Boost Python DLL from Boost Pro is built incorrectly?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stodge

    Boost Python DLL from Boost Pro is built incorrectly?

    I'm having issues with Boost Python, downloaded via http://www.boostpro.com.
    I *think* it's related to WinXP side by side assemblies. My
    application that uses Boost Python fails to start.

    I ran dependancy walker on the Boost Python DLL and I get the
    following:

    Error: The Side-by-Side configuration information for "c:\data\ex cds
    \test adaptation\BOOS T_PYTHON-VC80-MT-1_35.DLL" contains errors. This
    application has failed to start because the application configuration
    is incorrect. Reinstalling the application may fix this problem
    (14001).
    Error: At least one required implicit or forwarded dependency was not
    found.
    Warning: At least one delay-load dependency module was not found.
    Warning: At least one module has an unresolved import due to a missing
    export function in a delay-load dependent module.

    I removed the installation of the 1.35 binaries and reverted to
    1.34.1, rebuilt my app and it works fine. So I think there's a problem
    with the 1.35 Boost Python DLL from Boost Pro. Could someone verify?

    Thanks
Working...