Reputation: 499
I have installed the current version of the TWAChromium
component (this commit), but when I drop the component on a form and run the program I get the following error:
Exception EEXternalException in module libcef.dll
That seems to be due to an incompatible CEF3 runtime library that I've used. Sadly, there is no mention which version(s) of CEF3 runtime is compatible with that component. So my question is, which version(s) of CEF3 runtime is compatible with the current version of TWAChromium
component ?
Upvotes: 0
Views: 405
Reputation: 499
Thank you to all the people that tried to help. Especially TLama.
The reason for using the TWAChromium was to overcome the fact that i could not set the following javascipt flag:
--js-flags="--stack-size 2048"
to overcame a memory problem.
For whoever is interested the solution was to revert back to the TChromium component and to modify the javascript code that runs on my web web page. The code now uses objects that get created and destroyed all the time rather that use lots of temporary variables to manage complex calculations.
Feel free to post the DLLs that makes the TWAChromium work if you have got them as I would like to have the more recent version of the component working at same stage.
Upvotes: 1