Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - babadmin

Pages: 1 ... 6 7 [8] 9 10
106
I can't promise, but I was thinking of adding Ribbon instead of classic 16x16 button toolbars. I just have to draw new ribbon buttons. Good thing is that I bought Microsoft Visual Studio 2010 for development (switched from 2005 version in 2012), and I later found that Ribbon is included in Visual Studio 2010.

107
General discussion about BabaCAD / Re: Commandline options?
« on: April 24, 2016, 07:26:16 pm »
There is no cmd line parameters option, but I plan to add support for script commands (.scr).

108
General discussion about BabaCAD / Re: Missing Lisp commands
« on: April 24, 2016, 02:15:18 pm »
You're almost right. Commands atof, rtos and read are not on the list, but there are few functions added in the last release of list module (2016):

COND
VL-REMOVE
VL-REMOVE-IF
VL-REMOVE-NTH
LAST
REVERSE
MEMBER
TBLNEXT
LOGAND
LOGIOR
~ (bitwise not operator)
ATOI
ITOA

Also you can call ssget "X" with filter. For example you can select just ARC entities in drawing:
(SETQ ss (SSGET "X" (list '(0 . "ARC")))

There is good example which have new functions, and that was my anwser to one croatian user, so it is on bosnian version of this forum (just scroll down to copy lisp function bcount). It's about counting all blocks in drawing

http://www.babacad.com/forum/index.php?topic=38.0

109
General discussion about BabaCAD / Re: Show Statup end
« on: April 24, 2016, 01:48:57 pm »
You're absolutely right. I rarely test BabaCAD on older machines so I can't see that delay. It can go up to 4-5 secs on older PC, and it's caused by low hard disk speed as BabaCAD is loading hatch patterns from text file bcad.pat which is located in /Support subfolder.

I had one idea a long time ago for this and I think it's the best solution. I will add semaphore event in hatch loading, so mouse will get response every 200 or 300 ms. User will see mouse is moving, just with short breaks until all hatch patterns are loaded.

110
Good tip, thank you. Will add this in next release. I also think about saving toolbar position data in registry, but after your comment about running BabaCAD as portable, you are right, it's better to save this data to .ini file.

Thanks for good suggestions
Regards

111
It's not a bad idea, but for now you can open one  .lsp file in explorer using right click and OpenWith... and then check "Always use .. to open this file type". After this just double click to open .lsp files in notepad, wordpad or custom text editor.

Regards

112
General discussion about BabaCAD / Re: EED-support ?
« on: April 24, 2016, 01:25:00 pm »
EED (ExtendedDataEntity) is supported in BabaCAD extension modules .bem (you can see this feature on GIS section in home website, there are modules which add extension data on polylines, GIS data).

I will also think about adding EED support as lisp functions also.

113
General discussion about BabaCAD / Re: Running Babacad from Stick
« on: April 24, 2016, 01:18:23 pm »
Yes, BabaCAD can run as portable app cause it use no additional resources from system ones it is installed. Delay of about 2 sec after start is caused by loading hatch patterns from bcad.pat file which is located in Support folder (everyone can test this, just open bcad.pat in text editor and delete all except few pattern definitions, and then restart BabaCAD).

I never thought of BabaCAD as portable app, but it's fro sure 100% portable, and I suppose that you a not the only one who realized that, but first who mention that fact on this forum.

I searched on google and find no pro CAD software on Windows portable app list. I hope someone will edit wiki page and add BabaCAD to this list:

https://en.wikipedia.org/wiki/List_of_portable_software

Greetings to all BabaCAD users

114
General discussion about BabaCAD / Re: lisp
« on: April 04, 2016, 09:18:36 am »
Hi Fred,

I've tried to find pc with windows vista 64 to test if that failure is caused by vista, but I could not find any. If anyone with vista 64 find same error msg, please write on this forum or contact the author.

115
General discussion about BabaCAD / Re: edit object properties
« on: February 23, 2016, 01:58:49 pm »
It's known bug. It's now fixed and will not exist in upcoming BabaCAD v1.35 which can be expected in March 2016.

There are also few more bugs fixed:

 - ellipse command
 - raster image save
 - some saved dxf drawings cannot be opened in autocad

There are some new features like drawing spline, layout export to image, lisp updated and more...

116
General discussion about BabaCAD / Re: Using SphereUnf.vlx
« on: February 22, 2016, 09:13:30 am »
I think that you have to use rip feature if you want to convert a solid to sheet metal objects. This feature must exists in professional 3D CAD like Inventor or Solidworks (if price is not problem; as I remember, it goes from 5,000 to 10,000 US$ for one standalone license).

117
General discussion about BabaCAD / Re: Using SphereUnf.vlx
« on: February 20, 2016, 06:23:27 pm »
Sorry, but you can't make it work with current BabaCAD version, cause it's still 2D only, and Sphere is 3D object. BabaCAD 3D is still in development phase.

118
I found what is cause of failure. Oracle Client 32-bit occi file oraocci11.dll .There are three different versions of this file. Older installations of Oracle Client 11.2 have only first two versions compiled for Visual Studio vc8 and Visual Studio vc9. You can find it in ..oracle/client1/bin/vc8 and ..oracle/client1/bin/vc9 subfolders. But correct version for BabaCAD (which is compiled with Visual Studio 2010) is missing and that's in ../vc10 subfolder of oracle client installation. You can try to find newer (after dec 2010) installation of Oracle Client 11.2 and check for subfolder /vc10 and copy oraocci11.dll to parent folder (..oracle/client1/bin).

Mirza

119
2. My mistake. I wrote oraocci32.dll but it has to be oraocci11.dll. But size is not correct. When you go to properties->version it must be 11.2.0.2 and size of dll must be 508 kb. Maybe you have 64-bit version of dll. Check that your Oracle Client is 32-bit and not 64-bit. I will send you oraocci11.dll zip-ed to your mail (edit your mail in forum registration if it's not right and notify me) in case you have right 32-bit oracle client.

Mirza

120
Please check these things:

1. When you install oracle extension you have been asked to install/repair Microsoft Visual Studio 2010 x86 Redist, you have to choose YES (also check that you have installed it, go to control panel and check if exists  "Microsoft Visual c++ 2010 x86 Redistributable 10.0.40219").

2. Check size of oraocci32.dll (occi for OracleClient 11.2 32-bit). You can find it in ..oracle/client_1/bin. It must be 508 KB size.
3. Check version of BabaCAD (it must be 1.3.4 when click in BabaCAD Help About)

If everything is ok after checking these, please notify me.

Mirza

Pages: 1 ... 6 7 [8] 9 10