[lazarus] OnEvent Error, Not found any include file

Marc Weustink marc at dommelstein.net
Wed Oct 15 14:03:49 EDT 2003


At 19:41 15-10-2003, Hamacker wrote:
>Hi everybody,
>
>I am testing lazarus for Windows, and very interesting IDE.
>Bye the way, I can't create any event like a click button.
>The lazarus not found any include file link classesh.inc or sysutilsh.inc,...

It's part of the FAQ.

http://www.lazarus.freepascal.org/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=1#16

>I found this files on c:\pp\souce\rtl\objpas and other paths and include 
>this on Run|Compiler options|Include Files or Search Path but does not 
>resolv the problem and the same error message :
>c:\pp\source\rtl\win32\sysutils.pp(27,5) Error : Include file not found 
>"sysutilh.inc"
>
>Anybody knows what I doing wrong ?

Don't add fpc sources to the compile or include path (you don't want to 
compile FPC)

The IDE only has to know the params of events. It gets them from the 
sources. You should set the "FPC source directory" in the Environment options.

Marc






More information about the Lazarus mailing list