Very strange problem with Delphi Chromium 3:
When I run the vanilla demo application (GuiClient), if I separately try to open the Microsoft Excel 2010 file (just double-clicking the file in Explorer), it will take much longer than if the Chrome demo is not opened. OS - Windows 7.
I traced this to the line "CefSingleProcess: = false". If this line is commented out, everything works fine. I understand from DCEF3 developers that Chrome can βwork in multiple processes,β but I'm not sure how this can affect the file system.
Even if this is not a fix problem, I would be very interested to understand what is happening here. :)
source
share