WinBatch has the capability to call DLLs in the DllCall function. I can make this work with a parameterless procedure. WinBatch says they can call C/C++ Dlls. When I want to pass parms to my Delphi dll I get a bunch of errors. I have tried cdecl, stdcall thinking they would be the same as C.. to no avail... Also tried passsing parms as PChar instead of Delphi strings...
Has anybody out there done this? Thanks !
Has anybody out there done this? Thanks !