Passing Strings to dll's
Posted: Fri Aug 07, 2009 11:54 am
by Craig Richardson >> Mon, 15 May 2000 1:38:37 GMT
We are having a bit of trouble trying to send and receive string types from C++ written dll's. Does anyone know what parameter type the C++ side of the code should be set to?
e.g.
Jade....
x:String;
.....
call externFn(x);
.....
C++
void externFn(????)
and the same for receiving from an external function.
Thanks,
Craig
We are having a bit of trouble trying to send and receive string types from C++ written dll's. Does anyone know what parameter type the C++ side of the code should be set to?
e.g.
Jade....
x:String;
.....
call externFn(x);
.....
C++
void externFn(????)
and the same for receiving from an external function.
Thanks,
Craig