[C++-sig] Exposing dll and exe classes

Vincent Rey v.rey at laposte.net
Thu Jun 12 15:46:44 CEST 2003


Here are the 3 modules of my test :

- Framework.dll : embeds the python interpreter and other classes.
- Python_api.dll : non intrusive exposition of Framework and Main classes
using Boost.python.
- Main.exe : uses Framework.dll and provides other classes.

In order to build Python_api and use Main classes through python script, I
had to link Main as an exe AND as a lib.
Is it the way to do such a thing, or is it possible to avoid this double
link work ?

Thank you







More information about the Cplusplus-sig mailing list