[lazarus] runtime error under Win95
peter at freepascal.org
peter at freepascal.org
Fri Aug 18 06:32:58 EDT 2000
> Hi, I have a problem with compiling Lazarus and FCL-examples for W32/GTK.
> I compiled the examples with "make all". if I run for example HELLO.EXE, I
> get a runtime error:
>
> An unhandled exception occurred at 0x0008F7F0 :
> Access violation
> 0x0008F7F0
> 0x0041A477
> 0x004255D3
> 0x0042EEE9.
>
> I installed Gimp (also GTK) and FP 1.0 for Win32.
Try compiling using -XS to static link instead of -XX. The filesize will grow
but the executable will run. Try:
make all OPT=-XS
More information about the Lazarus
mailing list