Serving the Quantitative Finance Community

 
User avatar
lisazx
Topic Author
Posts: 0
Joined: November 1st, 2009, 10:13 pm

xlw support documents

August 22nd, 2010, 10:11 pm

Hi,I am working on xlw in code::Blocks to build excel functions now. I have finally built it successfully. I still have some questions:1 Because I can only build the project but not run it, is there any help documents which show how to debug the program?2 And any document for the details of data type, function and property definition, comments in xlw?3 Normally, I know using xlw is easier, however, I want to know, in the company, which method people normally use to create C++ functions in EXCEL? Thank you!
Last edited by lisazx on August 22nd, 2010, 10:00 pm, edited 1 time in total.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

xlw support documents

August 23rd, 2010, 3:36 am

1) You can't really call that debugging.2) http://xlw.sourceforge.net/documentation.shtml3) What ever suits their needs. Over the last three months I've done interop (C++ app control Excel), xlw (C++ add-in), Excel4dna(C# add-in) and Add-In Express (C# ribbon UI RAD).
 
User avatar
mj
Posts: 12
Joined: December 20th, 2001, 12:32 pm

xlw support documents

August 24th, 2010, 10:00 pm

have you considered using Visual Studio and its debugger? the express edition is free.
 
User avatar
AlexesDad
Posts: 11
Joined: May 29th, 2009, 4:10 pm

xlw support documents

August 27th, 2010, 4:21 pm

QuoteOriginally posted by: lisazxHi,1 Because I can only build the project but not run it, is there any help documents which show how to debug the program?I would ask on the Code::Blocks forum how to debug a dll or a shared library on Windows.