Hello. I am trying to run a function out of an mIRC DLL in Delphi (it is an mIRC Function), and here is what i have so far(this part works)... it is the actual running of this function that is giving me problems :tongue: :
Code:
function nameiwant(mWnd, aWnd: HWND; var data, parms: PChar; show, nopause:boolean): integer; external 'path\dllname.dll' name 'actualname';
i go to call it in many different ways, and they all compile just fine, but result in an error crazy

Can anyone help me? confused


--------------------
I may be insane, but I enjoy it!