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.