Page 1 of 1
xlw support documents
Posted: August 22nd, 2010, 10:11 pm
by lisazx
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!
xlw support documents
Posted: August 23rd, 2010, 3:36 am
by Hansi
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).
xlw support documents
Posted: August 24th, 2010, 10:00 pm
by mj
have you considered using Visual Studio and its debugger? the express edition is free.
xlw support documents
Posted: August 27th, 2010, 4:21 pm
by AlexesDad
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.