Author Topic: ObjectARX Wizard and VS2010  (Read 6126 times)

0 Members and 1 Guest are viewing this topic.

A_LOTA_NOTA

  • Guest
ObjectARX Wizard and VS2010
« on: October 19, 2010, 12:51:10 PM »
How do I get ObjectARX Wizard to install with VS2010/utoCAD 2010? I get an error "Microsoft Visual Studio 2008 must be present on the target machine".
« Last Edit: October 19, 2010, 01:10:48 PM by A_LOTA_NOTA »

Jeff H

  • Needs a day job
  • Posts: 6150
Re: ObjectARX Wizard and VS2010
« Reply #1 on: October 19, 2010, 01:01:02 PM »
Install VS 2008

jgr

  • Guest
Re: ObjectARX Wizard and VS2010
« Reply #2 on: October 19, 2010, 01:08:43 PM »
I think that it is not possible. The assistant is attached to the ObjectARX compiler version (acad2000-VS6, acad2007-VS2005 ...)

(sorry i do not speak English)

Jeff H

  • Needs a day job
  • Posts: 6150
Re: ObjectARX Wizard and VS2010
« Reply #3 on: October 19, 2010, 01:17:25 PM »

jgr

  • Guest
Re: ObjectARX Wizard and VS2010
« Reply #4 on: October 19, 2010, 01:28:37 PM »
Install VS 2008

Sorry, that's what I wanted to explain.

A_LOTA_NOTA

  • Guest
Re: ObjectARX Wizard and VS2010
« Reply #5 on: October 19, 2010, 02:08:23 PM »
Can it be the express version of 2008?

A_LOTA_NOTA

  • Guest
Re: ObjectARX Wizard and VS2010
« Reply #6 on: October 19, 2010, 03:49:06 PM »
Can it be the express version of 2008?

I guess not... I don't have VS2008
« Last Edit: October 19, 2010, 03:56:52 PM by A_LOTA_NOTA »

mohnston

  • Bull Frog
  • Posts: 305
  • CAD Programmer
Re: ObjectARX Wizard and VS2010
« Reply #7 on: October 19, 2010, 05:15:21 PM »
How do I get ObjectARX Wizard to install with VS2010/utoCAD 2010? I get an error "Microsoft Visual Studio 2008 must be present on the target machine".

Have you tried the newest wizard? Not sure if it works with 2010 but I am using it successfully with 2011.
I found out about it here. http://through-the-interface.typepad.com/through_the_interface/2010/08/new-version-of-the-autocad-net-wizard-posted.html
It's amazing what you can do when you don't know what you can't do.
CAD Programming Solutions

Jeff H

  • Needs a day job
  • Posts: 6150
Re: ObjectARX Wizard and VS2010
« Reply #8 on: October 19, 2010, 05:25:14 PM »
A_LOTA_NOTA

Are you wanting to develop in .NET? If so my references were to the ObjectARX wizards C++
For .NET yes can use 2010

Here is another link to the .NET wizards with some extra stuff http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=1911627


A_LOTA_NOTA

  • Guest
Re: ObjectARX Wizard and VS2010
« Reply #9 on: October 19, 2010, 05:46:24 PM »
I'm wanting to develop in C++
« Last Edit: October 20, 2010, 09:09:30 AM by A_LOTA_NOTA »

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8702
  • AKA Daniel
Re: ObjectARX Wizard and VS2010
« Reply #10 on: October 19, 2010, 07:45:42 PM »
Even if you get the wizard to work,  you still need to match the compiler with the cad version. You "must"  have VS2008 standard/Pro to target Acad 2010-11, VS2005 for Acad 2007-2009,Bricscad and VS2002 for Acad 04-6. Forget about express versions.

Now once you have the older VS versions installed, you can use the VS2010 editor and use specific compilers, but that's another story.

A_LOTA_NOTA

  • Guest
Re: ObjectARX Wizard and VS2010
« Reply #11 on: October 20, 2010, 09:10:44 AM »
Even if you get the wizard to work,  you still need to match the compiler with the cad version. You "must"  have VS2008 standard/Pro to target Acad 2010-11, VS2005 for Acad 2007-2009,Bricscad and VS2002 for Acad 04-6. Forget about express versions.

Now once you have the older VS versions installed, you can use the VS2010 editor and use specific compilers, but that's another story.


Thank you, thats what I needed to know. I have VS2010 Pro....

I ordered VS2008 Pro... I'll have it tomorrow
« Last Edit: October 20, 2010, 10:17:10 AM by A_LOTA_NOTA »