result double
- From: "Marcello Lenci" <marlen@xxxxxxxxxx>
- Date: Sat, 29 Oct 2005 18:19:28 +0200
How can I read a double returning from a basm function ?
Example:
function display(x:double):double;
begin
asm
?????????????
end;
end;
Form1.Button1Click(Sender:TObject);
begin
Label1.Caption:=FloatToStr(display(2.54));
end;
Thank you
Marcello Lenci
.
- Follow-Ups:
- Re: result double
- From: Avatar Zondertau
- Re: result double
- From: Dennis
- Re: result double
- Prev by Date: Re: FastCode MM B&V 0.55
- Next by Date: Re: result double
- Previous by thread: Status of Direct Calling Libraries
- Next by thread: Re: result double
- Index(es):