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

Any samples with VC++.NET

2 REPLIES 2
Reply
Message 1 of 3
Matt S
224 Views, 2 Replies

Any samples with VC++.NET

I would like to try the .NET api using C++, becuae I don't have c# or VB.NET. I am pretty new to .NET, so that's part of the reason I am somewhat confused.

All the samples from Autodesk are in c# or VB.NET. I know the principles are supposed to be the same, but I am having a hard time getting anything to build properly.

Would anybody be willing to share a simple VC++.NET solution so I could take a look at it? Nothing elaborate, just something that draws some lines or something. I would just like to see how the solution is structured and where all the relevant Acad specific stuff needs to go. The docs don't really explain the process for newbies like me.

Thanks in advance.
2 REPLIES 2
Message 2 of 3
ChrisArps
in reply to: Matt S

The dotnet api is just a wrapper around the ObjectARX API.
If you are using C++ you can use ObjectArx directly.

If you want to use managed C++, then check out the managed debug sample that Jim Awe posted in this newsgroup.
http://discussion.autodesk.com/thread.jspa?messageID=4907654

Chris Arps
Message 3 of 3
Anonymous
in reply to: Matt S

The managed API is perhaps a bit friendlier than ObjectARX--even for C++
developers. Not to mention that you get the benefits of using managed code.

With C++ you can have your cake and eat it too: use the managed API most of
the time, but ObjectARX is readily available when needed for things like
custom objects.

Dan

wrote in message news:5003820@discussion.autodesk.com...
The dotnet api is just a wrapper around the ObjectARX API.
If you are using C++ you can use ObjectArx directly.

If you want to use managed C++, then check out the managed debug sample that
Jim Awe posted in this newsgroup.
http://discussion.autodesk.com/thread.jspa?messageID=4907654

Chris Arps

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