[Lazarus] devmgmt.msc

José Mejuto joshyfun at gmail.com
Sat Mar 31 20:34:18 CEST 2018


El 30/03/2018 a las 22:45, duilio foschi escribió:
> Hi Jose',
> 
> doubting a configuration error, I uninstalled Lazarus, then installed
> it again (current version is 1.8.2).
> 
> Unfortunately I could not get rid of the error on TLibHandle.
> 
> Then I found out that this type (TLibHandle) is not declared in
> system.pas but in rtl/dynlibs.pas
> 

Hello,

You have a somehow corrupted Lazarus/fpc installation. Ensure that your 
Lazarus configuration points to the right fpc executable, or start a 
configuration from scratch using the "--pcp" executable parameter. 
Something like "Lazarus.exe --pcp C:\Lazarus\CleanConfig"

TLibHandle is defined in "sysdlh.inc" which is included by "dynlibh.inc" 
which is included by "system" unit in Windows platform.

Also you get a compilation error in the dwarf support which has been 
included long time ago, so your Lazarus configuration is pointing to an 
old fpc 2.2 or something like that.

-- 



More information about the Lazarus mailing list