Title: Newbie: Compiling 'Hello World' in managed c++ using cl and link?

Hi,

I'm trying to wrap my head around compiling managed c++ using the <cl> and <link> tasks. There's a managed c++ project that needs to be part of my build, but I didn't write it - I don't know c++, I'm a c# developer. That means I'm not familiar with the c++ compiler either, and have no idea what arguments to use. Could someone provide me with a very simple sample nant script for compiling a .NET version of 'Hello World' using c++? I can't use the <project> task, since the project file includes a post build event that I want to avoid. I tried reading John Lam's blog, but it didn't really help me that much - I'm too fresh.

Any help would be very much appreciated!

Regards,
Einar

Reply via email to