Building QuantlibXL under Visual Studio 2003

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

Building QuantlibXL under Visual Studio 2003

Lars Schouw
I was trying to build QuantlibXL under Visual Studio 2003 / VC 7.1.
 
I get this error message

----- Build started: Project: QuantLibXL, Configuration: Debug Win32 ------

Compiling...

xlAutoOpen.cpp

g:\IRDModels\XLW\xlw\config.msvc.h(36) : fatal error C1189: #error : Set 'Debug Multithreaded DLL' under C/C++ | Code Generation

vols.cpp

---------------------- Done ----------------------

This looks to me as if we are trying to determin some compiler settings, and that this only works under VC6.

Is there a fix for this under CVS?

Regards

Lars Schouw

Tokyo


Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
Reply | Threaded
Open this post in threaded view
|

Re: Building QuantlibXL under Visual Studio 2003

mike.parkerql
I don't have a problem using Visual Studio 2003 with QuantLibXl.
I can only suggest you re-check your settings. e.g. set runtime library to
multi-threaded DLL, make sure you have a QuantLib_MT.dll or QuantLib_MT_d.dll
in quantlib\lib etc. directory etc. etc.

Mike

Quoting Lars Schouw <[hidden email]>:

> I was trying to build QuantlibXL under Visual Studio 2003 / VC 7.1.
>  
> I get this error message
>
> ----- Build started: Project: QuantLibXL, Configuration: Debug Win32 ------
>
> Compiling...
>
> xlAutoOpen.cpp
>
> g:\IRDModels\XLW\xlw\config.msvc.h(36) : fatal error C1189: #error : Set
> 'Debug Multithreaded DLL' under C/C++ | Code Generation
>
> vols.cpp
>
> ---------------------- Done ----------------------
>
> This looks to me as if we are trying to determin some compiler settings, and
> that this only works under VC6.
>
> Is there a fix for this under CVS?
>
> Regards
>
> Lars Schouw
>
> Tokyo
>
>
>
> ---------------------------------
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!


--