Hi all,
I compiled (Release Win32) ObjectHandler vc9 sln without errors and I am now using the ObjectHandler for a Visual C++ project. I then included the oh/auto_link.hpp to my headers and the compiler complains for missing "ObjectHandler-xll-vc90-mt-gd-1_0_1.lib".
I thought it was in the folder "lib" of "build_ql_1_0_1\ObjectHandler" but it isn't.
How can I get it ?
Thanks in advance
------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
On Tue, 2011-03-15 at 17:06 +0100, simone pilozzi wrote:
> I compiled (Release Win32) ObjectHandler vc9 sln without errors and I > am now using the ObjectHandler for a Visual C++ project. > I then included the oh/auto_link.hpp to my headers and the compiler > complains for missing "ObjectHandler-xll-vc90-mt-gd-1_0_1.lib". > I thought it was in the folder "lib" of "build_ql_1_0_1\ObjectHandler" > but it isn't. You have ObjectHandler-xll-vc90-mt-1_0_1.lib instead, right? The -gd library is the debug version. You can either switch the ObjectHandler configuration and recompile, or change your project's code-generation settings so that they match the Release version. Luigi -- Do the right thing. It will gratify some people and astonish the rest. -- Mark Twain ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Yes, I have ObjectHandler-xll-vc90-mt-1_0_1.lib, thank you.
I will compile the debug version.
Thanks a lot!
Simone
On 15 March 2011 17:25, Luigi Ballabio <[hidden email]> wrote:
------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |