'Resource compile failed' error since latest version

Hello,

Since I installed the latest version of Finalbuider (8.0.0.2213) I cannot compile my Delphi exe projects in Finalbuilder anymore. Finalbuilder reports an ‘Resource compile failed’ error.
Of course they compile correctly in Delphi (XE7 and Tokyo 10.2)

The resource compiler seems to be the problem.
Unfortunatly I’ve prepared the logs from the 8.0.0.2213 version but I’ve lost them in the meantime :-). But it uses the Corland Resource Compiler V5.40 and fails by including the .ico file.

The equivalent log from the 8.0.0.2116 is very different and seems to use the Microsoft resource compiler.
I’ve compared the RC file produced by both version and they are similar, so the problem does not come from this file.


This is the log produced by the 8.0.0.2116 and this one works correctly :
Compiler selected is : C:\Program Files (x86)\Embarcadero\Studio\15.0\bin\dcc32.exe
Generating Resource File…
Including ICON File :\Users\frederic\Documents\Embarcadero\Studio\Projects\Studio code\trunk\Images\Metrix\appIcon.ico
Including Manifest File :\Users\frederic\Documents\Embarcadero\Studio\Projects\Studio code\trunk\HostApp\StcManifest.xml
-c1252 -l0484 -v "\Users\frederic\Documents\Embarcadero\Studio\Projects\Studio code\trunk\HostApp\Stc.rc"
CodeGear Resource Compiler/Binder
Version 1.2.2 Copyright © 2008-2012 Embarcadero Technologies Inc.

Microsoft ® Windows ® Resource Compiler Version 6.0.5724.0
Copyright © Microsoft Corporation. All rights reserved.

Creating \Users\frederic\Documents\Embarcadero\Studio\Projects\Studio code\trunk\HostApp\Stc.RES
Using codepage 1252 as default
\Users\frederic\Documents\Embarcadero\Studio\Projects\Studio code\trunk\HostApp\Stc.rc.
Writing ICON:1,lang:0x484,size 66998
Writing ICON:2,lang:0x484,size 9640
Writing ICON:3,lang:0x484,size 4264
Writing ICON:4,lang:0x484,size 2440
Writing ICON:5,lang:0x484,size 1128
Writing GROUP_ICON:MAINICON,lang:0x484,size 76.
Writing 24:1,lang:0x484,size 1554.
Writing VERSION:1,lang:0x484,size 408
Resource Compiled OK.

Thanks for your help

Best regards

Frederic

Hi

Without seeing the log it’s difficult to know exactly what the problem is, however I did fix an issue with the parameters to the resource compiler today which may or may not be related, this build has a fix for that : http://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_2217.exe

Hi

I just found what I believe is the cause, the action is selecting brcc32 when it should be selecting cgrc, this is a regression from the previous release (my fault, refactored some code and missed the differences). This build should resolve the issue : http://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_2218.exe

Hello,


Yes fine it works again !!!

Many thanks !!

Regards

PS: it is the 2218 which is woking, The 2217 fails as the 2213.

Hi

Thanks for confirming.

Hello,

when i trying to compile my delphi xe7 project
a error occurs when final builder 8 compile the client with resources.

Resource Compiler Log
-c1252 -l0407 -v C:\projects-schirmer\patax-plus-server\master\Builder..\Client\PataxPlusClient.rc
CodeGear Resource Compiler/Binder
Version 1.2.2 Copyright (c) 2008-2012 Embarcadero Technologies Inc.

Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.

Creating C:\projects-schirmer\patax-plus-server\master\Builder..\Client\PataxPlusClient.RES
Using codepage 1252 as default
C:\projects-schirmer\patax-plus-server\master\Builder..\Client\PataxPlusClient.rc.
Writing ICON:1,lang:0x407,size 270376
Writing ICON:2,lang:0x407,size 67624
Writing ICON:3,lang:0x407,size 16936
Writing ICON:4,lang:0x407,size 4264
Writing ICON:5,lang:0x407,size 2440
Writing ICON:6,lang:0x407,size 1128
Writing GROUP_ICON:MAINICON,lang:0x407,size 90.
Writing 24:1,lang:0x407,size 714
Resource Compiled OK.


Final-Builder Log


Running Delphi compiler…
Using Command Line : -no-config /B C:\projects-schirmer\patax-plus-server\master\Builder..\Client\PataxPlusClient.dpr /Q
Embarcadero Delphi für Win32 Compiler-Version 28.0
Copyright (c) 1983,2014 Embarcadero Technologies, Inc.
C:\Users\schirmer\Documents\tmssoftware\TMS Aurelius\source\core\Aurelius.Mapping.Explorer.pas(2522) Hinweis: H2077 Auf ‘BlobType’ zugewiesener Wert wird niemals benutzt
C:\projects-schirmer\patax-plus-server\master\LogServer\Threads\CheckDayThread.pas(15) Hinweis: H2219 Das private-Symbol ‘Delay’ wurde deklariert, aber nie verwendet
C:\projects-schirmer\patax-plus-server\master\LogServer\Threads\RetryConnectionThread.pas(37) Hinweis: H2164 Variable ‘StartTickCount’ wurde deklariert, aber in ‘TRetryConnectionThread.Delay’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\LogServer\LoggingModule.pas(149) Hinweis: H2164 Variable ‘PathItems’ wurde deklariert, aber in ‘TPataxLogger.CreateCSVOutputHandle’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\LogServer\LoggingModule.pas(151) Hinweis: H2164 Variable ‘i’ wurde deklariert, aber in ‘TPataxLogger.CreateCSVOutputHandle’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\LogServer\LoggingModule.pas(194) Warnung: W1036 Variable ‘Port’ ist möglicherweise nicht initialisiert worden
C:\projects-schirmer\patax-plus-server\master\LogServer\Logging\TMSLoggingCore.pas(1257) Warnung: W1037 FOR-Schleifenvariable ‘I’ kann nach Durchlauf undefiniert sein
C:\projects-schirmer\patax-plus-server\master\LogServer\Logging\TMSLoggingCore.pas(1246) Warnung: W1037 FOR-Schleifenvariable ‘I’ kann nach Durchlauf undefiniert sein
C:\projects-schirmer\patax-plus-server\master\LogServer\Logging\TMSLoggingCore.pas(1250) Warnung: W1036 Variable ‘I’ ist möglicherweise nicht initialisiert worden
C:\projects-schirmer\patax-plus-server\master\LogServer\Logging\TMSLoggingCore.pas(1340) Hinweis: H2164 Variable ‘hostname’ wurde deklariert, aber in ‘TTMSCustomLogger.LogValue’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\LogServer\LoggingModule.pas(45) Hinweis: H2219 Das private-Symbol ‘FLastError’ wurde deklariert, aber nie verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(725) Hinweis: H2164 Variable ‘s’ wurde deklariert, aber in ‘TPataxPlusUtil.IsValueFromCurrentQuarter’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1090) Hinweis: H2164 Variable ‘sEnvPath’ wurde deklariert, aber in ‘TPataxPlusUtil.SendCMDCommand’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1090) Hinweis: H2164 Variable ‘sModule’ wurde deklariert, aber in ‘TPataxPlusUtil.SendCMDCommand’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1451) Warnung: W1036 Variable ‘_JSONScenario’ ist möglicherweise nicht initialisiert worden
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1418) Hinweis: H2164 Variable ‘_Value’ wurde deklariert, aber in ‘TPataxPlusUtil.CreateResponseValueList’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1418) Hinweis: H2164 Variable ‘s’ wurde deklariert, aber in ‘TPataxPlusUtil.CreateResponseValueList’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1419) Hinweis: H2164 Variable ‘_SubStringList’ wurde deklariert, aber in ‘TPataxPlusUtil.CreateResponseValueList’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1502) Warnung: W1044 Bedenkliche Typumwandlung von string in PAnsiChar
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1505) Warnung: W1000 Symbol ‘StrPas’ ist veraltet: ‘Moved to the AnsiStrings unit’
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1506) Warnung: W1057 Implizite String-Umwandlung von ‘AnsiString’ zu ‘string’
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1539) Hinweis: H2164 Variable ‘_temp’ wurde deklariert, aber in ‘TPataxPlusUtil.GetAdapterInfo’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1540) Hinweis: H2164 Variable ‘_BroadAddr’ wurde deklariert, aber in ‘TPataxPlusUtil.GetAdapterInfo’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusUtil.pas(1732) Warnung: W1002 Symbol ‘IncludeTrailingBackslash’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusGlobal.pas(536) Warnung: W1002 Symbol ‘IncludeTrailingBackslash’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusGlobal.pas(542) Warnung: W1002 Symbol ‘IncludeTrailingBackslash’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusGlobal.pas(558) Warnung: W1002 Symbol ‘IncludeTrailingBackslash’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\Utils\PataxPlusGlobal.pas(593) Warnung: W1002 Symbol ‘IncludeTrailingBackslash’ ist plattformspezifisch
uPataxWatcherDLL.pas(47) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
uPataxWatcherDLL.pas(48) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
uPataxWatcherDLL.pas(49) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
uPataxWatcherDLL.pas(50) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
uPataxWatcherDLL.pas(51) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
DataSettingsModule.pas(39) Warnung: W1010 Methode ‘Destroy’ verbirgt virtuelle Methode vom Basistyp ‘TObject’
DataSettingsModule.pas(200) Warnung: W1010 Methode ‘Create’ verbirgt virtuelle Methode vom Basistyp ‘TAbstractData’
DataSettingsModule.pas(277) Warnung: W1010 Methode ‘Create’ verbirgt virtuelle Methode vom Basistyp ‘TAbstractData’
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(278) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(279) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(280) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(281) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(282) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(283) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(284) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(285) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(286) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(287) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(288) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(289) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(290) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(291) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(292) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(293) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(294) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(295) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(296) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(297) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(298) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(299) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(300) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(301) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(302) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(303) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(304) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(305) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(306) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(307) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(308) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(309) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(310) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(311) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(312) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(313) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(314) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(315) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(316) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(317) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\ConnectPvsDLL.pas(318) Warnung: W1002 Symbol ‘DELAYED’ ist plattformspezifisch
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\PVSConnection.pas(656) Hinweis: H2164 Variable ‘Patients’ wurde deklariert, aber in ‘TPVSConnection.GetPatients’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\PVSConnection.pas(656) Hinweis: H2164 Variable ‘Data’ wurde deklariert, aber in ‘TPVSConnection.GetPatients’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\PVSConnection.pas(657) Hinweis: H2164 Variable ‘ReturnValue’ wurde deklariert, aber in ‘TPVSConnection.GetPatients’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\PVSConnection.pas(657) Hinweis: H2164 Variable ‘PatID’ wurde deklariert, aber in ‘TPVSConnection.GetPatients’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\PVSConnection.pas(657) Hinweis: H2164 Variable ‘PatName’ wurde deklariert, aber in ‘TPVSConnection.GetPatients’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\PVSConnection.pas(657) Hinweis: H2164 Variable ‘PatVorname’ wurde deklariert, aber in ‘TPVSConnection.GetPatients’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ConnectPVS\PVSConnection.pas(658) Hinweis: H2164 Variable ‘i’ wurde deklariert, aber in ‘TPVSConnection.GetPatients’ nicht verwendet
GKM_ServicesModule.pas(254) Hinweis: H2164 Variable ‘_filter_services’ wurde deklariert, aber in ‘Tgkm_ServicesDataModule.OnTimer’ nicht verwendet
GKM_ServicesModule.pas(254) Hinweis: H2164 Variable ‘_filter_ops’ wurde deklariert, aber in ‘Tgkm_ServicesDataModule.OnTimer’ nicht verwendet
Forms\DayPasswordForm.pas(40) Hinweis: H2077 Auf ‘TfDayPasswordForm.CheckDayPassword’ zugewiesener Wert wird niemals benutzt
Forms\DayPasswordForm.pas(81) Hinweis: H2443 Inline-Funktion ‘MessageDlg’ wurde nicht expandiert, weil Unit ‘System.UITypes’ in der USES-Liste nicht angegeben ist
Forms\DayPasswordForm.pas(74) Hinweis: H2164 Variable ‘j’ wurde deklariert, aber in ‘TfDayPasswordForm.FormCloseQuery’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ServerAdministration\Forms\StatusForm.pas(127) Warnung: W1036 Variable ‘isServiceInstalled’ ist möglicherweise nicht initialisiert worden
C:\projects-schirmer\patax-plus-server\master\ServerAdministration\Forms\StatusForm.pas(165) Warnung: W1036 Variable ‘IsServiceStarted’ ist möglicherweise nicht initialisiert worden
C:\projects-schirmer\patax-plus-server\master\ServerAdministration\Forms\StatusForm.pas(187) Hinweis: H2164 Variable ‘ServiceOperationResult’ wurde deklariert, aber in ‘TfStatusForm.bEditClick’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ServerAdministration\Forms\StatusForm.pas(256) Warnung: W1036 Variable ‘j’ ist möglicherweise nicht initialisiert worden
C:\projects-schirmer\patax-plus-server\master\ServerAdministration\Forms\StatusForm.pas(237) Hinweis: H2164 Variable ‘ExeName’ wurde deklariert, aber in ‘GetPath’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ServerAdministration\Forms\StatusForm.pas(296) Hinweis: H2164 Variable ‘ActiveTill’ wurde deklariert, aber in ‘PataxPlusServer’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\ServerAdministration\Forms\StatusForm.pas(45) Hinweis: H2219 Das private-Symbol ‘OnConnectionStateChanged’ wurde deklariert, aber nie verwendet
Forms\IMS\IMS_AssignmentForm.pas(99) Hinweis: H2269 Durch das Überschreiben erhält die virtuelle Methode ‘TfIMSAssignmentForm.Destroy’ eine geringere Sichtbarkeit (protected) als die Basisklasse ‘TForm’ (public)
Forms\IMS\IMS_AssignmentForm.pas(302) Hinweis: H2164 Variable ‘NodeTitle’ wurde deklariert, aber in ‘_FillDiagnoses’ nicht verwendet
Forms\IMS\IMS_AssignmentForm.pas(303) Hinweis: H2164 Variable ‘Node’ wurde deklariert, aber in ‘_FillDiagnoses’ nicht verwendet
Forms\IMS\IMS_AssignmentForm.pas(325) Hinweis: H2164 Variable ‘NodeTitle’ wurde deklariert, aber in ‘_FillAssignments’ nicht verwendet
Forms\IMS\IMS_AssignmentForm.pas(416) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\IMS\IMS_AssignmentForm.pas(401) Warnung: W1036 Variable ‘Patients’ ist möglicherweise nicht initialisiert worden
Forms\IMS\IMS_AssignmentForm.pas(372) Hinweis: H2164 Variable ‘InfoText’ wurde deklariert, aber in ‘TfIMSAssignmentForm.LoadPatientsOfQuartal’ nicht verwendet
Forms\IMS\IMS_AssignmentForm.pas(515) Hinweis: H2164 Variable ‘From’ wurde deklariert, aber in ‘TfIMSAssignmentForm.ListBoxPatientClick’ nicht verwendet
Forms\IMS\IMS_AssignmentForm.pas(515) Hinweis: H2164 Variable ‘Till’ wurde deklariert, aber in ‘TfIMSAssignmentForm.ListBoxPatientClick’ nicht verwendet
Forms\IMS\IMS_AssignmentForm.pas(744) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\IMS\IMS_AssignmentForm.pas(778) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\IMS\IMS_AssignmentForm.pas(849) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\IMS\IMS_AssignmentForm.pas(786) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\IMS\IMS_AssignmentForm.pas(719) Hinweis: H2164 Variable ‘PVSPatID’ wurde deklariert, aber in ‘TfIMSAssignmentForm.TimerTimer’ nicht verwendet
Forms\IMS\IMS_AssignmentForm.pas(719) Hinweis: H2164 Variable ‘Filter’ wurde deklariert, aber in ‘TfIMSAssignmentForm.TimerTimer’ nicht verwendet
Forms\IMS\IMS_AssignmentForm.pas(958) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\IMS\IMS_AssignmentForm.pas(1005) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\IMS\IMS_AssignmentForm.pas(1263) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\IMS\IMS_AssignmentForm.pas(1316) Hinweis: H2077 Auf ‘Tables’ zugewiesener Wert wird niemals benutzt
Forms\TestForm.pas(228) Hinweis: H2077 Auf ‘i’ zugewiesener Wert wird niemals benutzt
Forms\TestForm.pas(227) Hinweis: H2077 Auf ‘i’ zugewiesener Wert wird niemals benutzt
Forms\TestForm.pas(242) Hinweis: H2164 Variable ‘LicenseResult’ wurde deklariert, aber in ‘TfTest.Button5Click’ nicht verwendet
Forms\TestForm.pas(267) Hinweis: H2164 Variable ‘QueryFilter’ wurde deklariert, aber in ‘TfTest.FBServerFilterClick’ nicht verwendet
Forms\TestForm.pas(267) Hinweis: H2164 Variable ‘ReturnValue’ wurde deklariert, aber in ‘TfTest.FBServerFilterClick’ nicht verwendet
Forms\UpdateForm.pas(34) Hinweis: H2164 Variable ‘t’ wurde deklariert, aber in ‘TfUpdateForm.Create’ nicht verwendet
Forms\SettingsForm.pas(356) Hinweis: H2077 Auf ‘TfSettingsForm.ConnectToMySQL’ zugewiesener Wert wird niemals benutzt
Forms\SettingsForm.pas(694) Hinweis: H2164 Variable ‘Stream’ wurde deklariert, aber in ‘TfSettingsForm.bSQLExecuteClick’ nicht verwendet
Forms\SettingsForm.pas(819) Hinweis: H2077 Auf ‘cbx’ zugewiesener Wert wird niemals benutzt
Forms\SettingsForm.pas(894) Hinweis: H2077 Auf ‘edit’ zugewiesener Wert wird niemals benutzt
Forms\SettingsForm.pas(893) Hinweis: H2077 Auf ‘cbx’ zugewiesener Wert wird niemals benutzt
Forms\SettingsForm.pas(881) Warnung: W1036 Variable ‘cbx’ ist möglicherweise nicht initialisiert worden
Forms\SettingsForm.pas(989) Hinweis: H2164 Variable ‘newID’ wurde deklariert, aber in ‘TfSettingsForm.FEPasswordExit’ nicht verwendet
Forms\SettingsForm.pas(1084) Hinweis: H2164 Variable ‘i’ wurde deklariert, aber in ‘TfSettingsForm.FListUserClick’ nicht verwendet
Forms\SettingsForm.pas(1084) Hinweis: H2164 Variable ‘j’ wurde deklariert, aber in ‘TfSettingsForm.FListUserClick’ nicht verwendet
Forms\SettingsForm.pas(1214) Hinweis: H2164 Variable ‘User’ wurde deklariert, aber in ‘TfSettingsForm.tabUsersShow’ nicht verwendet
Forms\SettingsForm.pas(1337) Hinweis: H2077 Auf ‘List’ zugewiesener Wert wird niemals benutzt
Forms\SettingsForm.pas(248) Hinweis: H2219 Das private-Symbol ‘LicensedVariants’ wurde deklariert, aber nie verwendet
Forms\LogForm.pas(113) Warnung: W1035 Rückgabewert der Funktion ‘TfLogForm.ClientsFromServer’ könnte undefiniert sein
Forms\LogForm.pas(220) Warnung: W1035 Rückgabewert der Funktion ‘__IndexLogLevel’ könnte undefiniert sein
Forms\LogForm.pas(282) Warnung: W1036 Variable ‘LogResult’ ist möglicherweise nicht initialisiert worden
Forms\LogForm.pas(127) Hinweis: H2164 Variable ‘CriteriaHost’ wurde deklariert, aber in ‘TfLogForm.FEntryRefreshClick’ nicht verwendet
Forms\LogForm.pas(127) Hinweis: H2164 Variable ‘Filter’ wurde deklariert, aber in ‘TfLogForm.FEntryRefreshClick’ nicht verwendet
Forms\LogForm.pas(128) Hinweis: H2164 Variable ‘CriteriaLevel’ wurde deklariert, aber in ‘TfLogForm.FEntryRefreshClick’ nicht verwendet
Forms\LogForm.pas(383) Hinweis: H2164 Variable ‘i’ wurde deklariert, aber in ‘ClearGrid’ nicht verwendet
Forms\LogForm.pas(395) Hinweis: H2077 Auf ‘LogEntry’ zugewiesener Wert wird niemals benutzt
Forms\LogForm.pas(43) Hinweis: H2219 Das private-Symbol ‘FDictFilterResult’ wurde deklariert, aber nie verwendet
Forms\LogForm.pas(44) Hinweis: H2219 Das private-Symbol ‘FLogsDateRange’ wurde deklariert, aber nie verwendet
Forms\LogForm.pas(45) Hinweis: H2219 Das private-Symbol ‘FDictClientLogs’ wurde deklariert, aber nie verwendet
Forms\NotificationForm.pas(82) Warnung: W1010 Methode ‘Create’ verbirgt virtuelle Methode vom Basistyp ‘TCustomForm’
Forms\NotificationForm.pas(180) Hinweis: H2443 Inline-Funktion ‘MessageDlg’ wurde nicht expandiert, weil Unit ‘System.UITypes’ in der USES-Liste nicht angegeben ist
Forms\NotificationForm.pas(186) Hinweis: H2077 Auf ‘User’ zugewiesener Wert wird niemals benutzt
Forms\NotificationForm.pas(232) Hinweis: H2164 Variable ‘Months’ wurde deklariert, aber in ‘StartAddingSettings’ nicht verwendet
Forms\NotificationForm.pas(234) Hinweis: H2164 Variable ‘i’ wurde deklariert, aber in ‘StartAddingSettings’ nicht verwendet
Forms\NotificationForm.pas(273) Warnung: W1036 Variable ‘ListSettings’ ist möglicherweise nicht initialisiert worden
Forms\NotificationForm.pas(306) Hinweis: H2164 Variable ‘DictKeyNameAndValue’ wurde deklariert, aber in ‘TfNotificationForm.FillDictKeyNameAndValue’ nicht verwendet
Forms\NotificationForm.pas(357) Hinweis: H2164 Variable ‘Months’ wurde deklariert, aber in ‘TfNotificationForm.UpdateDataSets’ nicht verwendet
Forms\NotificationForm.pas(392) Hinweis: H2164 Variable ‘Li’ wurde deklariert, aber in ‘Visualize’ nicht verwendet
Forms\NotificationForm.pas(393) Hinweis: H2164 Variable ‘i’ wurde deklariert, aber in ‘Visualize’ nicht verwendet
C:\projects-schirmer\patax-plus-server\master\Components\PataxTile\PataxTile.pas(316) Schwerwiegend: F1026 Datei nicht gefunden: ‘C:\projects-schirmer\patax-plus-server\master\Client\pngimage.dcu’


I have alredy installed version 8.0.0.2218


Thanks for your help

Best regards
Lukas

I don’t see any error there which is specific to resources, the F1026 is file not found, which suggests you are missing something on your search path on the action.

I have found the error, it was an not fully named unit i have used in delphi.

pngimage exists in both Vcl.Imaging.pngimage and Fmx.Imaging.pngimage.

Thanks for the hint.