Update for VS2008

Update for VS2008

Anonymous
Not applicable
616 Views
8 Replies
Message 1 of 9

Update for VS2008

Anonymous
Not applicable
When will they update the SDK for VS2008?
0 Likes
617 Views
8 Replies
Replies (8)
Message 2 of 9

Anonymous
Not applicable
> When will they update the SDK for VS2008?

The next release of AutoCAD. 🙂
--
Owen Wengerd
President, ManuSoft <>
VP Americas, CADLock, Inc. <>
0 Likes
Message 3 of 9

Anonymous
Not applicable
Well, I guess the better question is, does it compile with VC++ 2008? I know the setup wizard doesn't work.
0 Likes
Message 4 of 9

Anonymous
Not applicable
Since v10 has not been released yet how do you know what does and does not work. A better question is why do you care until you
learn c++. You've got a year to do so - I'd start worrying about that.

wrote in message news:5896364@discussion.autodesk.com...
Well, I guess the better question is, does it compile with VC++ 2008? I know the setup wizard doesn't work.
0 Likes
Message 5 of 9

Anonymous
Not applicable
The wizard with the 2009 SDK does not work with VS2008. I know C++, I'm learning ObjectARX, thanks.
0 Likes
Message 6 of 9

Anonymous
Not applicable
You need vs2005 for acad 07,08,09 which is clearly stated in the docs.

wrote in message news:5896400@discussion.autodesk.com...
The wizard with the 2009 SDK does not work with VS2008. I know C++, I'm learning ObjectARX, thanks.
0 Likes
Message 7 of 9

Anonymous
Not applicable
Also I'd ignore the wizard at first the set things up by hand - much better way to get started and understand
what's going on.
"Paul Richardson" wrote in message news:5896414@discussion.autodesk.com...
You need vs2005 for acad 07,08,09 which is clearly stated in the docs.

wrote in message news:5896400@discussion.autodesk.com...
The wizard with the 2009 SDK does not work with VS2008. I know C++, I'm learning ObjectARX, thanks.
0 Likes
Message 8 of 9

Anonymous
Not applicable
> Well, I guess the better question is, does it compile with VC++ 2008?

No, you have to build with the VS 2005 build tools. I had no trouble
installing the ObjectARX wizard manually in VS 2008, and I use my VC Build
Hook utility
(http://www.manusoft.com/Resources/ARXTips/Index.stm#VC8ForARX2000) to build
ObjectARX applications in the VS 2008 IDE.
--
Owen Wengerd
President, ManuSoft <>
VP Americas, CADLock, Inc. <>
0 Likes
Message 9 of 9

Anonymous
Not applicable
Alright, thanks for all the info.
0 Likes