Hello!
I've just created a small .so file which I would like to use in another environment. Currently, that environment crashes after loading my library - presumably because it's always difficult to get all the pointer stuff right.
Is there a possibility to "debug" a .so library which was built using PB (but is used somewhere else)?
Thanks in advance for any response!
Is there a possibility to debug a shared object?
Is there a possibility to debug a shared object?
Kind regards,
Andreas Rozek
Andreas Rozek
Re: Is there a possibility to debug a shared object?
By the way,
I solved my original problem:
if you want to use PB to build a "bundle" which is then used in other programs, please use ProcedureCDLL (mind the *C*!) rather than ProcedureDLL!
I now know again why I hate C and C++...
I solved my original problem:
if you want to use PB to build a "bundle" which is then used in other programs, please use ProcedureCDLL (mind the *C*!) rather than ProcedureDLL!
I now know again why I hate C and C++...
Kind regards,
Andreas Rozek
Andreas Rozek