July 2nd, 2007, 9:47 pm
Hi LevyProcessplz check the programming model of your project. 'QuantLib-vc71-sgd-0_3_10.lib' is for Debug SingleThread. or check whether you built the library or not. FYIwhen you compile QL0.38 with vs6, you can get the libraries as follows:Win32 Release - > QuantLib-vc6-mt-s-0_3_8.libWin32 Debug - > QuantLib-vc6-mt-sgd-0_3_8.libWin32 Release MTDLL - > QuantLib-vc6-mt-0_3_8.libWin32 Debug MTDLL - > QuantLib-vc6-mt-gd-0_3_8.libWin32 Release SingleThread - > QuantLib-vc6-s-0_3_8.libWin32 Debug SingleThread - > QuantLib-vc6-sgd-0_3_8.lib best regards,sjoo
Last edited by
sjoo on July 1st, 2007, 10:00 pm, edited 1 time in total.