|
From: SourceForge.net <no...@so...> - 2012-10-09 22:36:56
|
Bugs item #3513775, was opened at 2012-03-31 13:12 Message generated for change (Comment added) made by krowax You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=3513775&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: TriRalf (x-ralf-x) Assigned to: Nobody/Anonymous (nobody) Summary: Addin Error for QuantLibXl on Excel 2010 64-Bit Initial Comment: Hi all, I get an error when I open the "QuantLibXL.xla" addin on Excel 2010 64-bit: "Compile error: The code in this project must be updated for use on 64-bit systems" Microsoft explains: error message when you edit a VBA macro in the 64-bit version of an Office 2010 program (see http://support.microsoft.com/kb/983043) The error comes from the line: Private Declare Function SetCurrentDirectory Lib "kernel32" Alias "SetCurrentDirectoryA" (ByVal lpPathName As String) As Long Can you please update the addin accordingly. Best regards, Ralf ---------------------------------------------------------------------- Comment By: Krowax (krowax) Date: 2012-10-09 15:36 Message: I have similar issues with Excel 2010 64-bit and QuantlibXl 1.2: When I try to add the XLL file to the add-ins, I get an "invalid add-in" error. My guess is that it has been built for the 32-bit platform only and would need to be rebuilt for 64-bit - Can somebody confirm this? And could somebody who has a working compilation setup (i.e. with all required libraries/projects) rebuild it for 64-bit? Thanks krowax ---------------------------------------------------------------------- Comment By: TriRalf (x-ralf-x) Date: 2012-08-14 12:04 Message: Hi, why doesn't anyone pick this item up? There is only one line of code to change. Regards, Ralf ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=3513775&group_id=12740 |