Bugs item #1078636, was opened at 2004-12-03 13:46
Message generated for change (Settings changed) made by haniatassi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1078636&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Hani Atassi (haniatassi)
Assigned to: Nobody/Anonymous (nobody)
>Summary: Solution task doesn't do MFC shared apps.

Initial Comment:
I found out that the <solution> task doesn't compile the 
MFC application correctly. 

Basically, it's not adding the compiler 
switch /D "_AFXDLL" or the necessary switches for MFC 
configuration when compiling.

I will try to come up with a fix soon, if no one has a fix 
for this.

To Reproduce:
- Create any MFC solution using Visual Studio.NET
- Create a simple NAnt build file containg something like 
the following:
<target name="build">
        <solution configuration="Debug" 
solutionfile="NAntMFCTest.sln" />
</target>
- Run NAnt on the script..

You would get the following errors:
1- It won't compile the resource files. This is fixed by a 
previous bug (ID: 1077712)
2- The link will fail because of unresolved external 
symbols.


  


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1078636&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

Reply via email to