Bugs item #1084649, was opened at 2004-12-13 21:39 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1084649&group_id=31650
>Category: Tasks Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Butters (butters66) Assigned to: Nobody/Anonymous (nobody) Summary: Additional VC++ Project Settings are not being picked up Initial Comment: The following project settings were not set properly in a <solution> call from nant: C/C++: General Detect 64-Bit Portability Issues (/Wp64) Debug Information Format (/ZI) C/C++: Advanced Compile As (Specify Source File Type) Calling Convention Here is the verbose line from nant's command line: /D WIN32 /D _DEBUG /D _WINDOWS /D _USRDLL /D ACFCORE_EXPORTS /D _DLL /D WIN32 /D _DEBUG /D _WINDOWS /D _USRDLL /D ACFCORE_EXPORTS /D _DLL /EHsc /D _WINDLL /YX"StdAfx.h" /Fp"E:\devtrees\ACF\Bin\ACFCore\Debug/ACFCored.pch" /MDd /W3 /ZI /Od /nologo)' in 'E:\devtrees\ACF\Src\ACF Core' Here is what the command line looks like in Visual Studio: /Od /I "E:\devtrees\ACF\Src\inc" /I "E:\devtrees\ACF\Src\ACF Core" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "ACFCORE_EXPORTS" /D "_DLL" /D "_UNICODE" /D "UNICODE" /D "_ATL_DLL" /D "_WINDLL" /Gm /EHsc /RTC1 /MDd /YX"stdafx.h" /Fp"E:\devtrees\ACF\Bin\ACFCore\Debug/ACFCored.pch" /Fo"E:\devtrees\ACF\Bin\ACFCore\Debug/" /Fd"E:\devtrees\ACF\Bin\ACFCore\Debug/vc70.pdb" /W3 /nologo /c /Wp64 /ZI /Gz /TP This is with Visual Studio .Net 2002. As you can see, there are quite a few differences. I have attached the .build and .vcproj files in a zip file. (I can't give out the source code.) ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2004-12-14 17:20 Message: Logged In: YES user_id=707851 Duplicate of bug #1084729. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1084649&group_id=31650 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
