R
Ralph Heger
Hi
I want to use some functions from a C++-Library. I have to problems with
this:
1. I must not use the function-names as declared ('SoThis'), but with some
strange letters around
('?DoThisAEC@@YA?AW4S_RESULT@@QAX_N@Z).
2. The Lib wants to communicate through a callback-function. This works, my
function is called, but AFTER the 'end sub' my application crashes with a
windows-exception. Must be the moment where it jumps back to the library.
Any ideas with that?
Ralph
I want to use some functions from a C++-Library. I have to problems with
this:
1. I must not use the function-names as declared ('SoThis'), but with some
strange letters around
('?DoThisAEC@@YA?AW4S_RESULT@@QAX_N@Z).
2. The Lib wants to communicate through a callback-function. This works, my
function is called, but AFTER the 'end sub' my application crashes with a
windows-exception. Must be the moment where it jumps back to the library.
Any ideas with that?
Ralph
