Message 1 of 1
ObjectARX 2002 to 2005
Not applicable
09-12-2004
08:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
These are very basic questions that I hope can be answered easily:
Our company has been using a wide variety of ObjectARX code with AutoCad
2002 successfully for some time now. We recently upgraded to AutoCad 2005
which requires we recompile our ObjectARX code using Visual Studio.net (VC++
v7.0). We cannot get anything to work-we cannot even create a "blank" ARX
project without receiving a myriad of errors.
Question #1 - Is there a reference out there that addresses ObjectARX for
Autocad 2005? We have used Mcauley's book in the past but cannot find
anything more current.
Question #2 - Thus far our errors are within the acrxEntryPoint.cpp file.
Here is an example (they are too numerous to list in full):
acrxEntryPoint.cpp(94): error C2460: 'CS1caddApp::entryPointObject' : uses
'CS1caddApp', which is being defined
acrxEntryPoint.cpp(94): error C2334: unexpected token(s) preceding '{';
skipping apparent function body
Thank you in advance for your help.