I installed the latest Chromium Embbed version on XE6, did a test using demo guiclient
and worked very well. But when I create a new app and put TChromium component receive this error:
I did the tips on this question.
I installed the latest Chromium Embbed version on XE6, did a test using demo guiclient
and worked very well. But when I create a new app and put TChromium component receive this error:
I did the tips on this question.
Usually that means that a 32 bit process is attempting to load a 64 bit module, or vice versa. You need to do a bit of debugging, for instance using Dependency Viewer, to work out which module has the wrong bitness.
One obvious possibility is that your host process is 64 bit and the CEF libraries are 32 bit. To fix that you would need to switch your process to be 32 bit, or find 64 bit CEF libraries. I'm not even sure if the latter exist.