Using a C dll function which passes back a handle to an "Object"

  • Thread starter Thread starter Yingjia Zhu
  • Start date Start date
Y

Yingjia Zhu

Guest
I am trying to use a dll written in C.

I load the dll with LoadLibrary (DllPath), then call function with GetProcAddress; but when I want to start a "conversation", the function called passes back a handle to an "object" (as described in the limited documentation).I have tried receiving it into a long or Int32. But failed.

This qusetion has been asked by Stephen R Hill with the same topic ten years ago, and solved by Peter Ritchie. It is a pity that I can not get access to Stephen R Hill for no email or anyother imformation left by him.

Does anyone have any idea how I progress with this? If I need to clarify further please let me know!

Many thanks,

Continue reading...
 
Back
Top