[Lazarus] Free Pascal Sources not found
Paul Ishenin
ip at kmiac.ru
Thu Nov 5 08:25:11 CET 2009
adtec at adtec.co.za пишет:
> I have installed Lazarus 0.9.28.2 (64bit) on Vista (64bit) after uninstalling 0.9.28. When I start
> the program, I get a blank window with the heading "Free Pascal Sources not found" and an
> "Ignore" button.
Setup the compiler directory in you IDE options (environment->options)
> The program loads after that and I'm able to compile/run projects. However, I have used the
> Heaptrc unit in the project and now it always shows "Error" at program termination where it
> didn't previously. I get the following output:
>
> --------------------------------------
> Heap dump by heaptrc unit
> 45005 memory blocks allocated: 2246969/2431952
> 45005 memory blocks freed :2246969/2431952
> 0 unfreed memory blocks:0
> True heap size:229376 (192 used in System startup)
> True free heap:229184
> -----------------------------------
It is correct output. Is shows that your program deallocates everything
correctly.
> Is there any way to fix these issues?
If you want to turn off the heaptrc output then disable heaptrc option
in the compiler settings (linker tab).
Best regards,
Paul Ishenin.
More information about the Lazarus
mailing list