Bugs item #1186146, was opened at 2005-04-19 19:42
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1186146&group_id=31650

Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mach005 (mach005)
Assigned to: Nobody/Anonymous (nobody)
Summary: <solution> C++ <link> omits /INCLUDE:

Initial Comment:
The <solution> task, C++ <link> sub-task, omits 
the /INCLUDE: command line argument for link, which 
should be specified for the VS.NET 2003 project 
setting: "Linker"->"Input"->"Force Symbol References".

e.g.

link /INCLUDE:[EMAIL PROTECTED]

This most typically results in linker warning: 
LNK4210 "__section__ section exists; there may be 
unhandled static initializers or terminators"

This is required because the /GS compiler option 
requires CRT startup code (static initializers or 
terminators).



----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2005-04-19 20:21

Message:
Logged In: YES 
user_id=707851

May I ask what version of NAnt you're using ?

If I'm not mistaken, this issue was fixed recently (fix should 
be part of RC3).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1186146&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to