I am trying to build some AutoCAD ARX extension suing VS 2005 Express but when following most of the tutorials I find I am told to make a DLL project. This option is missing from VS 2005 Expreess. Is this because of the Express "Streamlined User Experience" or is it something to do with the jump from VS 2003 to 2005.
Does anybody know how It is best to go about building ARX projects

ObjectARX and DLL Project
Pedro Felix
Are you trying to use Managed Extensions for ObjectARX If so, just create a ClassLibrary and add the needed dlls for reference. But if your planning to use the Native ObjectARX, sorry to say but its not supported in VS2005. AFAIK, the ObjectARX headers and files are only recognized in VS2002...
BTW, on ObjectARX specific questions please refer to the Autodesk discussion groups.
cheers,
Paul June A. Domag