I was successful building QL_XL 1.3.0 using VS 2010 Express in Win32 mode. I never did get everything to build without errors in VS 2012 Express in Win32 mode All 10 items compiled without a fail, so I redirected Excel to use the file QuantLibXL-vc100-mt-s-1_3_0.xll for the“QuantLibAddin 1.2.0” item and the QuantLibXL.xla for the “Quantibxl” item on the add-in menu. Now, each time Excel 2010 starts up I get an error message, unless I have the depreciated file ‘QuantLib-vc90-mt-s-1_2_0.xll’ in the same folder as the new xll file. The error message: “Error initializing loader: invalid filename ‘...\QuantLibXL\Framework\..\xll\QuantLib-vc90-mt-s-1_2_0.xll’ Now, it does seem to work, but, since I want to play around with the index and time series files, I could fix this at the same time if someone would be kind enough to advise me where to look in the pre-compiled files of the solution so I could make the replacement to the file name being used as a reference. Thanks. -Nick ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Nick,
On 2014-01-26 22:53, Nicholas Manganaro wrote: > I was successful building QL_XL 1.3.0 using VS 2010 Express in Win32 > mode. I never did get everything to build without errors in VS 2012 > Express in Win32 mode > > All 10 items compiled without a fail, so I redirected Excel to use the > file QuantLibXL-vc100-mt-s-1_3_0.xll for the"QuantLibAddin 1.2.0" item > and the QuantLibXL.xla for the "Quantibxl" item on the add-in menu. > > Now, each time Excel 2010 starts up I get an error message, unless I > have the depreciated file 'QuantLib-vc90-mt-s-1_2_0.xll' in the same > folder as the new xll file. > > The error message: > > "Error initializing loader: > > invalid filename > > '...QuantLibXLFramework..xllQuantLib-vc90-mt-s-1_2_0.xll' > > Now, it does seem to work, but, since I want to play around with the > index and time series files, I could fix this at the same time if > someone would be kind enough to advise me where to look in the > pre-compiled files of the solution so I could make the replacement to > the file name being used as a reference. The error message that you are getting comes from the Excel VBA Framework (http://quantlib.org/quantlibxl/framework.html). Before using that, I would suggest you start by loading your XLL directly into Excel as described here: http://quantlib.org/quantlibxl/installation.html. If you then want to proceed with the Framework, you would need to tell it to load your new XLL instead of the old one, you do that by editing file QuantLibXL\framework\config\Loader.xls. Kind Regards, Eric -- =================================================== Eric Ehlers nazcatech sprl | Brussels | http://www.nazcatech.be * Distributed computing for pricing analytics * Use Microsoft Excel as a client to the Grid ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |