Serving the Quantitative Finance Community

 
User avatar
stas
Topic Author
Posts: 3
Joined: June 17th, 2009, 6:07 pm

ISDA CDS Excel code

February 21st, 2013, 2:21 pm

Hello,I downloaded and created a visual studio solution from the ISDA CDS model code (http://www.cdsmodel.com/cdsmodel/). There are three projects. The main library, a test application and a wrapper exposing some functionality to excel. I can build and run all the code but I can not get the functions to register with excel. I've tried including various versions of XLCALL32.LIB (from different Excel SDKs) but still no go. Anyone have any suggestions on how to troubleshoot this. The main library is included statically in the the excel lib which is built is a dll (with a .xll) extension.
 
User avatar
bojan
Posts: 0
Joined: August 8th, 2008, 5:35 am

ISDA CDS Excel code

February 22nd, 2013, 11:14 am

Check that the DLL you built (i.e., the xll file) has the xlAutoOpen function (use a library inspection utility of some sort).
 
User avatar
stas
Topic Author
Posts: 3
Joined: June 17th, 2009, 6:07 pm

ISDA CDS Excel code

February 22nd, 2013, 8:56 pm

Hi bojan.It does. I can put a break point in there and step in. Something goes wrong during the registration of the functions in XLCALL32.lib that they don't register.