PDA

View Full Version : ObjectDBX - is it possible to install without AutoCAD2002?



Drawstik
2008-01-02, 11:52 PM
ObjectDBX enables to read from a DWG file without opening it. This functionality would be great; it gives us opportunity to create a simple but effective utility that would read attribute's values from title-blocks and fill in (or update) our 'Project Drawing Database' (no time would be spent on opening and closing numerous drawings of the project).

I downloaded ObjectDBXOESetup.exe, tried to install ObjectDBX and found that its installation requires AutoCAD 2002 (or older). This is a very strange limitation; if ObjectDBX is compatible and legitimate with AutoCAD 2004 (and later) it should be installable with 2004, shouldn't it?
Is there any way to install ObjectDBX having AutoCAD 2004 (or 2005) only? Or we have to install 2002 temporarily every time just to enable ObjectDBX installation?
Or, perhaps, there is a later subversion of DBX that doesn't require 2002 for installation?

P.S. of cause, RealDWG would work, but its high price is justifiable only for a large software developer (not for little guys like us).

Thank you in advance for your advice,

Cheers,
Len

Ed Jobe
2008-01-03, 12:04 AM
ObjectDbx is the same as RealDwg. The name was changed to RealDwg. You can write code to open a dwg database without opening the graphical interface...all seats of acad come with the api. The only reason you need to buy RealDwg is when you want to create your own .NET program that does not require the user to have acad already installed. Check out the vba forum for more info on ObjectDbx.