mrliyouliang / delphichromiumembedded

Automatically exported from code.google.com/p/delphichromiumembedded
0 stars 0 forks source link

guiclient CPU fault "push $01" within CefRegisterSchemeHandlerFactory upon main unit initialization #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Download from SVN source and binaries, install TChromium/OSR into Delphi 7.
2.Locate guiclient demo folder and copy all binary dlls into same.
3.Load project guiclient.dpr and run.

What is the expected output? What do you see instead?
Expected output was the form used within the project.
Instead I receive a CPU window halted at Thread #6240 issuing a "push $01" 
within routine CefRegisterSchemeHandlerFactory('dcef', '', True, TFileScheme) 
during initialization of the main unit.

What version of the product are you using? On what operating system?
The product version of libcef.dll is 1.1364.1123.
Operating system is Windows 7 SP1.

Please provide any additional information below.
Goal is to replace this for TWebBrowser.

Original issue reported on code.google.com by xsuppo...@atrix.com on 21 Jan 2015 at 8:05

GoogleCodeExporter commented 8 years ago
Sorry for what seems like reverse Polish notation within additional 
information. I do want a different successful Delphi integration to replace the 
TWebBrowser component.

Original comment by xsuppo...@atrix.com on 22 Jan 2015 at 1:35