[Lazarus] [OFF-TOPIC] Novos vídeos Free!
Silvio Clécio
silvioprog at yahoo.com.br
Thu Apr 2 22:06:26 CEST 2009
A Simple example: (with lazarus 0.9.26.3)
Procedure MyProcedure; overload; stdcall;
Now Hit ctrl + shift + C to generate the body of this procedure.
You'll get the following code:
Procedure MyProcedure;
begin
end;
The compiler now screams, because sdtcall is missing in the body
declaration.
Of course the overload attribute does not matter here.
Is this behaviour intented?
bug?
feature?
esby / Y. tennevin
More information about the Lazarus
mailing list