
7 Jul
2010
7 Jul
'10
4:17 p.m.
Hi Steven Thanks for your reply.
The linker is looking for the import library for a DLL. You can build this with bjam --with-python link=shared
I chose this solution and the project now builds successfully. However, when I run the project's executable I get: "This application failed to start because boost_python-vc90-mt-gd-1_43.dll was not found" So we have satisfied the linker but not the runtime. Please can you advise me how to fix this problem? Best regards David