lookin030577 0 Posted January 27, 2023 Hi everyone! I compiled my old-version (Delphi 6) package with both design-time and run-time components in Delphi 10.4 Community Edition. The compilation was OK, the package was installed without erros/warnings and it can be seen in the Installed Packages list (the list of installed components with their icons is available for viewing too, if I click to my package). However, no new tab is appeared in the Component Toolbar, as well as no new tab can be found if I right-click on the Toolbar Area (to see the names for all available tabs). In the old version of Delphi 6, this worked well and immediately. Thank you in advance for advising me! Oleg Share this post Link to post
programmerdelphi2k 237 Posted January 27, 2023 RegisterComponents https://docwiki.embarcadero.com/Libraries/Alexandria/en/System.Classes.RegisterComponents Share this post Link to post
lookin030577 0 Posted January 27, 2023 20 minutes ago, programmerdelphi2k said: RegisterComponents https://docwiki.embarcadero.com/Libraries/Alexandria/en/System.Classes.RegisterComponents Thanks a lot! Adding the command "ForceDemandLoadState(dlDisable)" solved everything. Share this post Link to post