Re: Callback Python procedure from Delphi DLL

2008-07-28 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi! > > I have a component, and a tool in Delphi. > I wanna call it from Python. > > I can implement all things I need into a Delphi generated DLL. > It is ok, I can use this DLL from Python, but the DLL procedure needs a > callback procedure to return the partially ou

Callback Python procedure from Delphi DLL

2008-07-28 Thread [EMAIL PROTECTED]
Hi! I have a component, and a tool in Delphi. I wanna call it from Python. I can implement all things I need into a Delphi generated DLL. It is ok, I can use this DLL from Python, but the DLL procedure needs a callback procedure to return the partially output, and needs a python passed variable