I have written a DLL using PB/Win, that latest version of the DLL using ver 8.04. My company has used this DLL from VB6 and PowerBASIC for several years without ANY problems at all. A lot of customers have used the DLL from their programs written in VC++, Delphi, VB.net and VB6. Now I have got a customer that tries to call the DLL from Python. He has problems. From he error report:
"But I still get these mysterious crashes of the python runtime after I made
a call to the dll. I can't track the problem down to a specific point
because sometimes it crashes while my application is still running and
sometimes nothing happens at all, everything works as expected but most of
the time it happens when I exit it. Do you have any more ideas? Because I
have none".
Is it possible to design a PB DLL that behaves like this in Python, which I never have used myself, but is rock solid in VB6? Has anybody used Python with PB DLLs?
Krister Olsson
"But I still get these mysterious crashes of the python runtime after I made
a call to the dll. I can't track the problem down to a specific point
because sometimes it crashes while my application is still running and
sometimes nothing happens at all, everything works as expected but most of
the time it happens when I exit it. Do you have any more ideas? Because I
have none".
Is it possible to design a PB DLL that behaves like this in Python, which I never have used myself, but is rock solid in VB6? Has anybody used Python with PB DLLs?
Krister Olsson
Comment