Re: [Tutor] Load DLL / library and run a thread from it

2007-01-05 Thread Kent Johnson
Jorgen Bodde wrote: > Hi Guys, > > I want to make a C++ DLL that spawns a thread, and wrap this with > Python so that a thread still runs inside the DLL, but I can access > methods to communicate with it, and preferrably receive callbacks from > it. > > I searched the net for examples explaining

[Tutor] Load DLL / library and run a thread from it

2007-01-05 Thread Jorgen Bodde
Hi Guys, I want to make a C++ DLL that spawns a thread, and wrap this with Python so that a thread still runs inside the DLL, but I can access methods to communicate with it, and preferrably receive callbacks from it. I searched the net for examples explaining concepts like this, but I am lost. I