I can build my VC++ 6.0 project with IDE. And i get no error. In same project i get these errors...
[cl] C:\Program Files\Microsoft Visual Studio\VC98\include\ostream(234) :
warning C4530: C++ exception handler used, but unwind semantics are not enabled
. Specify -GX
- Original Message -
From: "MATTHEW HAILSTONE" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 06, 2004 4:40 PM
Subject: [Nant-users] cl task error
> The output I get when running nant on this build file is:
>
> [cl] cl failed to start.
>
I an definitely a newbie nant user. I hope this question is constructed intelligently.
:) I am having some problems compiling a VCC project (.NET 1.1 framework). Here is
some sample settings in the .build file:
...
...