Jump to content

Recommended Posts

Posted

Is it possible to use ObjectARX with dev c++ instead of MS Visual C++ ? if so is there a tutorial how to configure it? thanks.

Posted

Yes I believe it is possible. You might inquire over here about tutorials....

 

AutoDesk Discussion Groups > AutoCAD > AutoCAD Customization > Visual Lisp, AutoLISP and General Customization.

Posted

@ Mark - The OP is asking for information about ObjectARX (C++.NET for AutoCAD), and not Visual LISP (two completely different APIs).

 

@ orange - According to the System Requirements listed for ARX development, you must use:

 

Microsoft® Visual Studio® 2008 (SP1) software for C/C++ development

Microsoft® Visual Studio® 2010 software for managed code development

 

HTH

Posted

I agree. I saw a thread in the forum I mentioned that seemed to indicate the OP was already doing something similar.

Posted

If your concern is using the free Dev C++ in lieu of full Visual Studio, then simply use Visual Studio 2010 Express (available for C++, C#, and VB.NET). I have all three installed on my computer. Unlike C#, and VB.NET Express IDE I *believe* Express C++ IDE fully supports the AutoCAD ARX Wizards (for templates, etc.).

 

I personally am starting to use C#,VB.NET, and modifying the *.*proj files' XML code to enable them to launch AutoCAD/Civil 3D at Debug, and modified acad.exe.config's XML to allow for hitting breakpoints, etc. See here.

 

HTH

Posted

thanks for replies. I'm sort of a (ambitious!) beginner. I've tried devc++, it complains about lack of 'atlbase.h' google suggests that Visual Studio 2010 Express has the same problem. Can Microsoft® Visual Studio® 2010 ultimate be used to make C++ or 2008 version is a must? I need it to make custom properties, like here: http://through-the-interface.typepad.com/through_the_interface/2008/11/adding-custom-p.html

Posted

Thread relocated to the .NET, ObjectARX & VBA forum. :thumbsup:

  • 1 month later...
Posted

I did some research and it seems visual studio 2005 should be used with autocad2009. can someone please tell me if visual studio 2008 would work too?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...