Serving the Quantitative Finance Community

 
User avatar
Blazes
Topic Author
Posts: 0
Joined: September 6th, 2004, 7:36 am

DLLs built using QL in VC++ 2010 Express

October 10th, 2011, 9:45 am

I am a newbie to QuantLib. I have built a simple DLL to determine if a day is a good "TARGET" day or not using QL. When I access this from Excel it is very slow. Any suggestions/(explanations on how to correct) as to why please?
 
User avatar
DevonFangs
Posts: 0
Joined: November 9th, 2009, 1:49 pm

DLLs built using QL in VC++ 2010 Express

October 13th, 2011, 2:49 pm

I think you'll have to provide some more info. AFAIR it should take zero time. "Very slow" meaning what. What exactly are you doing? Are you using a library to build an XL addin. Can you post code here.
 
User avatar
tags
Posts: 3602
Joined: February 21st, 2010, 12:58 pm

DLLs built using QL in VC++ 2010 Express

January 15th, 2012, 9:19 pm

then, Blazes did you find out the reason of that low speed in using your dll ?