Hello. I'm new to this mailing list, and also new in Lazarus. I've
been trying to compile "lnetpackage-0.2-st" under Lazarus 0.9.10 beta
/ FPC 2.0.0. but I got these four errors:

C:\lazarus\components\lnetpackage-0.2\lnetpackage-0.2-st\lclsocketwin32.inc(24,3)
Error: Identifier not found "AddEventHandler"
C:\lazarus\components\lnetpackage-0.2\lnetpackage-0.2-st\lclsocketwin32.inc(24,67)
Error: Illegal expression
C:\lazarus\components\lnetpackage-0.2\lnetpackage-0.2-st\lclsocketwin32.inc(51,3)
Error: Identifier not found "RemoveEventHandler"
C:\lazarus\components\lnetpackage-0.2\lnetpackage-0.2-st\lclsocketwin32.inc(51,30)
Error: Illegal expression

According to the help, "AddEventHandler" and "RemoveEventHandler" are
inside LCLIntf.pas. That unit is in the uses clause so it should work.
However, I've realized that those functions are not inside my
LCLIntf.pas. That's odd since I reinstalled Lazarus 0.9.10 today!
Finally, the wiki page says ST requires Lazarus 0.9.11, but that's
doesnt seem to be available for Windows in the Lazarus download page
at SourceForge.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to