ObjectARX & Dummies

Course Index

*Course support: Click here!
*Course and User samples: Download here!

Thursday, April 29, 2010

Visual Studio 2010

Hello,

I was playing around with the brand new Visual Studio 2010 and have found a really cool new feature. Actually this is something I'm waiting for years.

The problem:

Every new Visual Studio version requires you to create a new project and maintain it along the other versions. I had a situation once that I need to keep VS2005, VS2005 and VS2008 projects. What a pain! As soon as you add a new class to your project you need to replicate that to the other versions. It was chaotic!

The new feature:

VS2010 have introduced a new cool feature called "Platform Toolset". It allows you to target your build using specific VS libraries which allow you to build binaries as if you are using previous VS versions. Natively it comes with v100 and v90 platforms (v100 is the default). I did some testing targeting v90 and it really works. The generated DLL (in my case an ARX module) was totally compatible with the Host application (in this case AutoCAD).

More than that, with the ability to create your custom targets open a totally new world of VS projects management which will save you hours copying thing to keep your source code updated.

Further reading:

VS 2010 Enhancements

VS 2010 native Multi-targeting

I have used Visual Studio 2010 Professional Trial version to test this and you can download it from here:

Visual Studio 2010 Trial Download

Cheers!

Labels:

Saturday, May 16, 2009

AU2008 Class

Hello,

Several people have asked me about some advice on creating custom classes inside ObjectARX.
I have made a detailed tutorial and presented it as a Class last year at Autodesk University.

There is an online video recording, PPT and PDF of this class at AU2008 website:
AU2008

For your convinience, I have also posted a direct link to the PDF:
Download

This is the link for related source files:
Projects_Exercise2.zip

Best regards,
Fernando Malard.

Labels: , ,

Wednesday, February 11, 2009

AutoCAD 2010 announced!

Hello,

AutoCAD 2010 was announced:
http://finance.yahoo.com/news/Autodesk-Takes-3D-Design-and-prnews-14269988.html

Very exciting new features and better support for .NET programming for customizing entities (I plan to discuss this further soon).

Meanwhile, you may check these new features through a great collection of videos on the following page:

http://heidihewett.blogs.com/files/autocad2010videos.htm

Regards,
Fernando.