Search results

  1. D

    new to dll calls

    Yes I will use it, thanks!! Johnny
  2. D

    new to dll calls

    The problem was i haven't found an example in Delphi and C# is near the same but not exactly the same. Anyway it works now with this code: procedure TForm1.Button1Click(Sender: TObject); type TIBANProc = function( pszKonto: PChar; pszBCPC: PChar; pszIBAN: PChar; nIBANLen: Integer...
  3. D

    new to dll calls

    Hi, I have problem to work with the same DLL under Delphi. I receive a returncode and no error message but also no resultvalue. Can everyone help me? My Code: procedure TForm1.Button1Click(Sender: TObject); type {TIBANProc = function(d: integer; var c: PChar; b: PChar; a: PChar): integer...
Top