Starting AutoCAD 2012 on a W7 64bit Machine from VS 2010 Express
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Target Platform is W7 64bit running AutoCAD 2012. Development is with VS 2010 Express.
We have a VBA routine the we have been using for 5 years to convert DXFs produced by another 3D package into DWGS. Basically, the program cyles through all the *.dxfs in a folder and changers entitties's layers, colors, modifies text widths, and then scales all by a certain factor.
So I've created a VS 2010 Express Windows Application to do this from outside of AutoCad (I couldn't get the code to work as a DLL inside of AutoCAD).
Questions:
1. Can I use VS 2010 Express to create this application?
a. If yes, how fo I tell VS 2010 Express to compile for 64bit?
b. What is the Syntax to start an AutoCAD Application?
2. If the answer to 1 is no, can I use VS 2005 Professional to create it?
Assuming one of the above answers is yes, which Autodesk components do I need to reference in my VS project?
Yes, I've searched this forum for help, but AutoCAD 2012 combined with 64 bit has considerably muddied the waters for me.
Fianally, I'm sure I can convibce my boss to upgrade my VS 2005 to 2010 if needed, but don't want to unless it would solve most of the issues. I use VS 2005 for other programs and they compile fine on the 64bit machine I'm using.