norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

Using ChromeTabs in Packages #56

Closed SteveCorbett closed 5 years ago

SteveCorbett commented 7 years ago

I'm attempting (unsuccessfully) to use ChromeTabs in a runtime package. When I attempt to compile my package I receive the following error: [dcc32 Fatal Error] TestChromeTabsPackage.dpk(45): E2225 Never-build package 'ChromeTabs_R' must be recompiled.

I have tested this with Seattle Update 1 and Berlin Update 1 by creating a VCL package with a single form unit containing only a ChromeTabs control. A standalone VCL project using the same form unit compiles and runs as expected.

I've download and re-installed the latest release of ChromeTabs. TestChromeTabsInPackage.zip