Login  Register

(no subject)

Posted by Yong C W on Aug 01, 2004; 2:24am
URL: http://quantlib.414.s1.nabble.com/no-subject-tp3130.html

Hi
I have just installed QuantLib 0.3.7 and tried building it using Visual C++.
But I keep getting the message

        " ... fatal error C1189: #error :  using an old version of xlw,
please update"

Even after I commented out the following lines from qlxl.hpp

        #if XLW_HEX_VERSION < 0x010203a0
    #error using an old version of xlw, please update
        #endif

I still get the following error

        Linking...
        LINK : fatal error LNK1104: cannot open file "xlwd.lib"
        Error executing link.exe.

I have version 1.2.2 of XLW. Is there a newer version? Where can I get it?
Thanks.