Visual C++ 6.0 & AutoCAD 2005

Visual C++ 6.0 & AutoCAD 2005

Anonymous
Not applicable
287 Views
3 Replies
Message 1 of 4

Visual C++ 6.0 & AutoCAD 2005

Anonymous
Not applicable
I noticed the objectarx sdk recommends c++ 7.0, can i use it with c++ 6.0 or do i need to upgrade my software?
0 Likes
288 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
You need to use VC++ 7.0 (that included in Visual Studio .NET 2002 to be clear) 'cause Autocad 2005 only is compatible with binaries compiled with this compiler version.
If you try to compile with VS .NET 2003 compilier you'll get an "Incompatible binary" error.
Furthermore you need .net framework to let your arx module to work properly.

Peace.

ZaZy
0 Likes
Message 3 of 4

Anonymous
Not applicable
You dont need .Net framework, but its true you need VC++ 7.0 and only this version is compatible with Autocad 2004 & 2005. Regards Rex "zazy" schrieb im Newsbeitrag news:21005809.1099400934335.JavaMail.jive@jiveforum2.autodesk.com... > You need to use VC++ 7.0 (that included in Visual Studio .NET 2002 to be clear) 'cause Autocad 2005 only is compatible with binaries compiled with this compiler version. > If you try to compile with VS .NET 2003 compilier you'll get an "Incompatible binary" error. > Furthermore you need .net framework to let your arx module to work properly. > > Peace. > > ZaZy
0 Likes
Message 4 of 4

Anonymous
Not applicable
You can use vc6.0 MSDEV.exe ,but the lib inc bin use vc7.0
0 Likes