[C++-sig] Exposing classes

Ira sheig222 at gmail.com
Wed Jul 27 08:16:42 CEST 2005


A question on basics...

Do all my exposed C++ symbols need to be in .dll format (win32 of course)?

What I mean is, can I have an exe running a python intrpreter where exposed
symbols are compiled *inside* the exe and somehow be able to access them
from the python scripts?

How would I import the modules in such a case?

Thanks,
Ira






More information about the Cplusplus-sig mailing list