FPC 3.2 fixes. IDE last trunk. function TFppkgHelper.GetConfigurationFileName: string; begin Result := ''; {$IF FPC_FULLVERSION>30100} if Assigned(FFPpkg) then Result:=FFPpkg.ConfigurationFilename; /////fppkghelper.pas(524,20) Error: identifier idents no member "ConfigurationFilename" {$ENDIF} end; -- Regards, Alexey