$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Karl Bellve (Karl.Bellve_at_[hidden])
Date: 2001-03-23 12:56:36
I am still having some issues with using Boost, Python and C++.
I want to be able to export a specific instance of a class to Python. I
don't want to load a new instance of the class inside Python. Is this
possible?
Secondly, getting one compile time error, I assume it is do to naming
conventions:
ImageManager.lib(module_builder.obj) : error LNK2001: unresolved
external symbol __imp__Py_InitModule4
This is with _DEBUG under Visual Studio. Now, if I could just compile
Boost into my app, then I could answer the question myself :-)
-- Cheers, Karl Bellve