My Powerbasic dll is calling a VB function sent through Addressof.
Now I am able to call the function and pass the Long values, but not the strings.
Is there any other simple way then passing the pointer of the string to VB and then reading it from there. Simpley passing the string gives me rubbish data at VB end.
Thank You
-------------
Niraj Bhatt
Now I am able to call the function and pass the Long values, but not the strings.
Is there any other simple way then passing the pointer of the string to VB and then reading it from there. Simpley passing the string gives me rubbish data at VB end.
Thank You
-------------
Niraj Bhatt
Comment