xlw

Posted by Mark joshi on
URL: http://quantlib.414.s1.nabble.com/xlw-tp3657.html

I think I've managed to get a version of xlw working under both Visual C++ 6.0 and
Dev-Cpp 4.9.9.2 . I've put a simple project at

http://www.markjoshi.com/xlwDevCpp.zip

Main issues were
1) build a dev cpp project from scratch instead of importing one
2) get rid of all warnings in dev-cpp with -Wall on esp. non-POD warnings
3) add #include <stdexcept> to get rid of compilation errors regarding run time
exceptions
4) pass arguments as LPXLOPER s not XlfOper s

I'll be interested in hearing how others do with it.

regards

Mark