how to integrate wxPython into a C++ DLL

Robin Dunn wrote:

So are you wanting to use wxPython from within the DLL or do you want to
be able to use your DLL from a wxPython application?

I want to use wxPython from within the DLL.

Regards,

Cristina.

C. Iacob wrote:

Robin Dunn wrote:

So are you wanting to use wxPython from within the DLL or do you want to
be able to use your DLL from a wxPython application?

I want to use wxPython from within the DLL.

In that case I expect that most of what you see in wxPython/samples/embedding would still apply, but you'll need to figur eout where/how to run the main event loop. Without knowing your DLL I can't really suggest how to do that...

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!