delphi

  1. SiamIT

    Call Delphi Dll From C#

    Greetings, I am trying to using a Delphi dll in c# program.. here is the Delphi library code: library UnicodeToBijoy; uses System.SysUtils, System.Classes, BanglaChars in 'BanglaChars.pas', clsUnicodeToBijoy2000 in 'clsUnicodeToBijoy2000.pas'; {$R *.res} var baseClass ...
  2. P

    Resolved FatalExecutionEngineError Occur after DllImport

    I have a Delphi DLL(x64) that provides a method to log in to the server. I tried to add this method in a specific SDK. (COM Visible=true,select x64 for the platform) Function LoginLic(sFD,sVD,sINI,sCh,sSD: string) : PWideChar; stdcall; var...
Back
Top Bottom