hi all.....
I'm doing some research on calling DLL function using Director.
I found an Xtras(glu32) that can call DLL function by Director,
but i dunno how to pass the parameter.
i.e I had a DLL function named "Connect" :
Pascal/Delphi
function Connect ( ID1,ID2 : WORD;  lpNm : PChar ) : integer;
C/C++
int Connect ( WORD ID1,  WORD ID2 ,  LPSTR lpNm );
anybody know how to pass the parameter to DLL function?
TQ


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]

Reply via email to