|
From: SourceForge.net <no...@so...> - 2009-02-23 10:19:32
|
Bugs item #2617586, was opened at 2009-02-19 22:02 Message generated for change (Comment added) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2617586&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Grant Birchmeier (grantbirchmeier) Assigned to: Nobody/Anonymous (nobody) Summary: config error in CSharp SWIG extension for QuantLib_vc8.sln Initial Comment: Compiling the CSharp SWIG extension fails for vc8. The following easy fix is needed: For both BermudanSwaption_vc8 and EquityOption_vc8 1) right-click -> Properties -> Build Events 2) change copy "$(SolutionDir)cpp\bin\vc80\$(ConfigurationName)\NQuantLibc.dll" "$(TargetDir)" to copy "$(SolutionDir)csharp\bin\vc80\$(ConfigurationName)\NQuantLib.dll" "$(TargetDir)" Notice the change from "cpp" to "csharp" and removing the "c" from NQuantLibc.dll. Rebuild solution and it should compile cleanly. ---------------------------------------------------------------------- >Comment By: Luigi Ballabio (lballabio) Date: 2009-02-23 11:19 Message: The dependency on NQuantLib should already take care of it. In fact, it does on my machine. What version of Visual C# are you using? (Express, Standard...) If you open the "Project dependencies" dialog on either BermudanSwaption or EquityOption, do you see NQuantLib as a dependency? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2617586&group_id=12740 |