Brendan,
 
What version  of NAnt are you using ? I strongly recommend using the latest nightly build of NAnt, as lots of improvements wrt Visual C++ support were introduced after the release of NAnt 0.85 RC1.
 
If you still have problems with the nightly build, then please send me a small repro for this issue.
 
Thanks !
 
Gert


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rempel, Brendan
Sent: woensdag 19 januari 2005 23:28
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] Linking .RES with Unmanaged C++

I’m at a loss.  I’d assume that if I compiled a <solution> that the items in it would get a C++ program compiled.  Certainly not the case.  I’ve figured out how to get the IDL compiled to create the *.c files and figured out the *.rc to *.res.

 

But actually getting the *.res linked into the EXE/DLL?  Nope.  The option simply does not exist in the <solution> task nor the <rc> task.  I suppose I could manually compile the source with <cl> and run <link> with the .res but good lord the compile options are brutal.

 

Is there a better way to get resources linked into unmanaged programs?  Thanks in advance for any suggestions.

 

Brendan

Reply via email to