|
From: SourceForge.net <no...@so...> - 2009-02-19 21:02:11
|
Bugs item #2617586, was opened at 2009-02-19 15:02 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2617586&group_id=12740 |