Serving the Quantitative Finance Community

 
User avatar
daveangel
Posts: 5
Joined: October 20th, 2003, 4:05 pm

How to create Dll in VC2008 and use it in Excel. 10 simple steps.

March 18th, 2009, 12:55 pm

i think you have a rogue version of your DLL lurking about which is getting loaded
knowledge comes, wisdom lingers
 
User avatar
robbie
Posts: 1
Joined: November 1st, 2002, 1:16 pm

How to create Dll in VC2008 and use it in Excel. 10 simple steps.

March 18th, 2009, 1:23 pm

QuoteOriginally posted by: daveangeli think you have a rogue version of your DLL lurking about which is getting loadedMany thanks for your help.I do however not really understand what to do. I have created a brand new project and I have no dll with the same name lurking around somewhere. Any idea about checks/solutions?
 
User avatar
nuclph
Topic Author
Posts: 0
Joined: July 7th, 2006, 12:26 pm

How to create Dll in VC2008 and use it in Excel. 10 simple steps.

March 18th, 2009, 6:37 pm

i would suggest to look into xlw if you really want efficiency and be able to pass something more complex then simple types.http://xlw.sourceforge.net/
 
User avatar
robbie
Posts: 1
Joined: November 1st, 2002, 1:16 pm

How to create Dll in VC2008 and use it in Excel. 10 simple steps.

March 19th, 2009, 9:35 am

Unfortunately it seems like xlw does not support my machine specifications, I can not even run the xlw installer.Is anyone aware of a tutorial on how to build xl dlls for 64 bit vista using vs2008? I am now basically tired of "short cuts" and would consider doing this properly from scratch, however I do not really know where to start..
 
User avatar
AVt
Posts: 90
Joined: December 29th, 2001, 8:23 pm

How to create Dll in VC2008 and use it in Excel. 10 simple steps.

March 19th, 2009, 8:34 pm

does anybody know why VS2008 or VS2005 needs explicit advice the linker to use the *.def file (MSVC does not, if I remember correctly)?