It would be nice to have a grid with these differences.
(Hint: I will try to write it and post here as soon as I have the time)2006/2/17, Andi Wangsadijaya <[EMAIL PROTECTED]
>:Hello Vincent,On Friday, February 17, 2006, 20:13:01, you wrote:
> See> http://www.freepascal.org/docs-html/prog/progap4.
Hello Vincent,
On Friday, February 17, 2006, 20:13:01, you wrote:
> See
> http://www.freepascal.org/docs-html/prog/progap4.html#x244-246000D.
> Vincent
Thanks for the link, it's very helpful.
--
Best regards,
Andi Wangsadijaya
Send instant messages to your online friends http://asia.messe
Andi Wangsadijaya wrote:
Halo friends,
I just want to know, what is the difference between $mode objfpc and
$mode delphi?
See http://www.freepascal.org/docs-html/prog/progap4.html#x244-246000D.
Vincent
_
To unsubscribe
On Fri, 17 Feb 2006, Andi Wangsadijaya wrote:
Halo friends,
I just want to know, what is the difference between $mode objfpc and
$mode delphi?
They are almost the same, but $mode objfpc is more strict than $mode
delphi.
Notable differences:
- Use of @ when assigning event handlers
- Meth