RE: [Nant-users] File sizes

2005-05-02 Thread Headlam, Norman
Assuming all setting are the same (i.e., both are debug or release, etc.) does the VS solution/project have any resource files included?   Thanks, Norman Headlam Distributed Business Solutions (DBS) Phone: 817-474-9933 SkyTel:

RE: [Nant-users] C++.net Build Problems

2005-03-08 Thread Headlam, Norman
The environmental variable INCLUDE, LIB and PATH, must be correctly set. Depending on which version of NAnt you are using, you can also try using the setenv element. Make sure the cl.exe path is also included. : :

RE: [Nant-users] Error building solution. 'cl' failed to start

2005-03-05 Thread Headlam, Norman
Depending on which version of NAnt you are using, you can also try using the setenv element.  Make sure the cl.exe path is also included.                     :     :                             :     :    

[Nant-users] Building ATL/COM based Projects

2004-12-03 Thread Headlam, Norman
Title: Building ATL/COM based Projects I currently have a NAnt script to build my C++/ATL COM projects (manually created using MIDL, RC, CL, etc.).  Are there plans to support compiling COM/C++/ATL based projects/solutions using the task or perhaps converting a solution using the SLiNgshoT.e

[Nant-users] Building ATL/COM based Projects

2004-12-03 Thread Headlam, Norman
Title: Building ATL/COM based Projects I currently have a NAnt script to build my C++/ATL COM projects (manually created using MIDL, RC, CL, etc.).  Are there plans to support compiling COM/C++/ATL based projects/solutions using the task or perhaps converting a solution using the SLiNgshoT.e