QuantlibXL/XLW with GCC

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

QuantlibXL/XLW with GCC

Erik Schlogl
Hi,

I've tried to compile QuantlibXL and XLW example projects with Dev-C++ (using MinGW/GCC as the compiler). After some minor modifications (such as #include-ing <stdexcept> where needed) the example code will compile. However, Excel crashes when I try to add-in the resulting DLL. Does anyone have any experience using Dev-C++ to compile QuantlibXL/XLW? Maybe I'm getting some of the compiler settings wrong...

Regards,
Erik



--
UTS CRICOS Provider Code:  00099F
DISCLAIMER: This email message and any accompanying attachments may contain
confidential information.  If you are not the intended recipient, do not
read, use, disseminate, distribute or copy this message or attachments.  If
you have received this message in error, please notify the sender immediately
and delete this message. Any views expressed in this message are those of the
individual sender, except where the sender expressly, and with authority,
states them to be the views the University of Technology Sydney. Before
opening any attachments, please check them for viruses and defects.


Reply | Threaded
Open this post in threaded view
|

Re: QuantlibXL/XLW with GCC

Ferdinando M. Ametrano-3
Hi Erik

>I've tried to compile QuantlibXL and XLW example projects with Dev-C++
>(using MinGW/GCC as the compiler).
I did that too for xlw and its own xlw-example. Dev-C++ project files are
in the current xlw CVS

>  After some minor modifications (such as #include-ing <stdexcept> where
> needed) the example code will compile. However, Excel crashes when I try
> to add-in the resulting DLL. Does anyone have any experience using
> Dev-C++ to compile QuantlibXL/XLW? Maybe I'm getting some of the compiler
> settings wrong...
the problem is not a QuantLibXL problem, it is an xlw problem indeed. I had
similar crashes with xlw-example.

You might want to check the current xlw CVS code, and try to fix the
problems with xlw/xlw-example. Once xlw-example is up and working I bet all
QuantLibXL problem will be solved too.

ciao -- Nando