norgepaul / TChromeTabs

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

Undeclared identifier: 'TChromeTab' on Delphi 12 Patch 1 #101

Closed jwhitham1 closed 4 months ago

jwhitham1 commented 4 months ago

V2.7 on Delphi 12 Patch 1. Demo runs fine, install seems okay, but attempting to handle events once the component is on a form results in all object erroring as undefined.

I have added TChromeTabs-2.7, TChromeTabs-2.7\GDIPlus and TChromeTabs-2.7\Lib to the Library Paths.

landrix commented 4 months ago

Sry, I can't find any error. Have you used ChromeTabs before Patch 1? Can you create an example that replicates the error?

jwhitham1 commented 4 months ago

Thank you for the reply. Problem was I hadn't added all required units to my form uses clause. All working fine now.