[NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1

2006-05-18 Thread Stephen Lewis
Without looking at your build file, it looks like you have a link issue, too (besides the compiler warnings). In my VC++ projects, I include [EMAIL PROTECTED] in the list of /INCLUDE options to the linker. You might have a problem with the search path for task, because your log shows that 0 file

RE: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project?

2006-05-17 Thread Paul Rempel
, May 08, 2006 3:32 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project? I am rapidly getting to the end of my tether here. There hardly seems to be anyone who knows how to use NAnt to build (unmanaged) C++ in Visual Studio

RE: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project?

2006-05-16 Thread Bill Arnette
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morpheous Sent: Monday, May 08, 2006 6:32 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project? I am rapidly getting to the end of my tether here. There hardly see

RE: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project?

2006-05-16 Thread Chris Holt
same error. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morpheous Sent: Monday, May 08, 2006 6:32 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project? I am rapidly getting to the end of

[NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project?

2006-05-16 Thread Morpheous
I am rapidly getting to the end of my tether here. There hardly seems to be anyone who knows how to use NAnt to build (unmanaged) C++ in Visual Studio 7 (i.e. MSDEV 2003). The information I have found so far is sketchy at best. I know NAnt can be a great tool - but is anyone out there actually us

Re: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project?

2006-05-14 Thread Gert Driesen
- Original Message - From: "Morpheous" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 09, 2006 12:31 AM Subject: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project? I am rapidly getting to the end of my tether here. There hardly seems to be