[C++-sig] Re: building boost.python on windows

David Abrahams dave at boost-consulting.com
Fri May 7 19:39:22 CEST 2004


Olivier Ravard <olivier.ravard at univ-rennes1.fr> writes:

> Hi everybody,
>
> I used boost.python on linux since a long time and it works fine.
> This is a great tool for developping hybrid applications.
>
> I am trying to compile boost.python on windows with the Microsoft Visual
> C++ 2003 Toolkit. The compilation of file works but when linking to
> build the
> .dll, there is many many error for unresolved symbols about 
> __declspec(dllimport/dllexport).
>
> Is somebody have an idea ? How can I resolve this problem ?

Use Boost.Build ;-)

See the admonition at
http://www.boost.org/libs/python/doc/tutorial/doc/building_hello_world.html


-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list