[Nant-users] CL Task error in VC++ 6.0

2005-09-04 Thread Gökhan UYSAL
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

Re: [Nant-users] cl task error

2004-05-06 Thread Gert Driesen
- 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. >

[Nant-users] cl task error

2004-05-06 Thread MATTHEW HAILSTONE
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: ... ...