salman Posted July 20, 2009 Posted July 20, 2009 To develop applications for autocad using C#, VB.net what software libraries are required other than Visual Studio. From where we can download them. Are they free. Thaks. Quote
SEANT Posted July 20, 2009 Posted July 20, 2009 I think AutoCAD 2009 requires at least VS2005 and .NET 2.0. If the machines running your routines have a fairly modern version of windows (XP or later) then the appropriate .NET framework should already be available for them as well. To interact with AutoCAD specifically, a routine needs to reference acdbmgd.dll and acmgd.dll located in the same folder where the acad.exe is located. Other DLLs in that folder may be required depending on the function of the routine, acdbmgdbrep.dll, acmgdinternal.dll, for example. Quote
Recommended Posts
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.