Kod: Tümünü seç
unit rdif;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
function ComPortAyar(port:integer; setting:string; onoff:boolean):string ;stdcall; external 'Pmr232.dll';
function KartSor():integer;stdcall; external 'Pmr232.dll';
{$R *.dfm}
procedure TForm1.Button1Click(Sender: TObject);
var
a,gel:string;
begin
//ComPortAyar(2,'9600,N,8,1',True);
KartSor();
end;
end.
The procedure entry point KartSor could not be located in the dynamic link library Pmr232.dll
şeklinde hata alıyorum bunun sebebi ne olabilir.
sağlık, başarı ve mutluluk dileklerimle...