Search results

  1. D

    new to dll calls

    You can leave the version and try to do a conversion. There is a pdf with a sample, check that you receive the same result. Daniel
  2. D

    new to dll calls

    Looking again, it seems that there are 2 errors in my code: - please replace get-short with get-long (to read 32 bits - 4 bytes) Regards, Daniel
  3. D

    new to dll calls

    This a Progress code that works: /* replace with actual location of the DLL or just with the name of the DLL if localed in <windows\system32 */ &scoped-define IBANKERNEL_DLL E:\temp\dl_tkicch_standardisierung_ibantool\IBANKernel.dll DEFINE VAR pdwMajor AS memptr NO-UNDO. DEFINE VAR...
Back
Top