.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

C++ CLI getting started, what to #include?!!

1 REPLY 1
Reply
Message 1 of 2
pedrum.jalali
329 Views, 1 Reply

C++ CLI getting started, what to #include?!!

hi
I have C++ CLI project. I need to manipulate an autocad drawing. I've added reference to autocad 2009 type Library. I've written the code bellow:

acadApplication ^_App = gcnew acadApplication();
acadDocument ^_doc = _App->Documents->items[ 0 ];

next i write

_doc->ModelSpace->

but Intellisense doesn't show anything else. I guess I need to #include a header file, but I don't know what.

Any help would be most appreciated.
1 REPLY 1
Message 2 of 2
FLaurent
in reply to: pedrum.jalali

Hi,

#using "acdbmgd.dll",

#using "acmgd.dll",
Edited by: FLaurent on Sep 15, 2009 7:08 AM

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost