Page 1 of 1

VCL and FMX not together?

Posted: Sun Apr 05, 2020 9:14 am
by softtouch
I installed CEF4Delphi vcl components, then I tried to install also the FMX components and get the following error:

Cannot load package 'CEF4Delphi_FMX.' It contains unit 'uCEFMediaObserverEvents', which is also contained in package 'CEF4Delphi'.

I cannot install VCL and FMX components together?

Re: VCL and FMX not together?

Posted: Sun Apr 05, 2020 10:25 am
by salvadordf
Hi,

Sorry for the confusing names.

The "CEF4Delphi.dproj" project only has VCL components but the "CEF4Delphi_FMX.dproj" project has both VCL and FMX components.

If you need both, then build and install "CEF4Delphi_FMX.dproj".