
26 Feb
2008
26 Feb
'08
5:02 p.m.
On 26/02/2008, Robert Dailey <rcdailey@gmail.com> wrote:
On Tue, Feb 26, 2008 at 3:04 AM, Simon Hammett <div0@users.sourceforge.net> wrote:
The boost python module code creates exports in your program. The ms linker will always generate a lib file for any dll/exe with exports. There is no option (at least in .net 2003) to not generate the .lib
Thank you for your valued response to my inquiry. Will there be support in Boost 1.35 to disable the exports? A simple preprocessor macro would be sufficient I hope.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
try BOOST_PYTHON_STATIC_MODULE that's available in version 1.33.1 and presumably later versions.