Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Aug : Header translation

www.cryer.info
Managed Newsgroup Archive

Header translation

Subject:Header translation
Posted by:"David" (david.markie@nospam.com)
Date:Thu, 2 Aug 2007 11:28:20

I am trying to use a D7 DLL with an InstallShield Custom Action and the
function template they offer is:-

LONG WINAPI Foo(HWND, LPTSTR , LPTSTR, LPTSTR, LPTSTR);


  function Foo(AHWnd: HWnd;
    var APChar:PChar; var BPChar: PChar;var CPChar: PChar; var DPChar:
PChar):dword; stdcall;

I've tried various Pascal versions of the template without success, can
someone please suggest the correct translation


Thanks


David

Replies:

www.cryer.info
Managed Newsgroup Archive