cazxxx / delphichromiumembedded

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

GuiClient Crash on lazarus #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.in fpc 2.4.4 + lazarus 0.9.30Rc2
2.Convert guiclient to lazarus project
3.build and run

What is the expected output? What do you see instead?
Application Crash

What version of the product are you using? On what operating system?
windows 7 sp1 + fpc 2.4.4 + lazarus 0.9.30rc2
dcef-r306

Please provide any additional information below.

on debug mode,stop on:
procedure TCustomChromium.CreateBrowser;
    ....
    ....
    settings.size := SizeOf(TCefBrowserSettings);
    GetSettings(settings);
    FBrowser := CefBrowserCreateSync(@info, FHandler.Wrap, '', @settings); <-----call fail,return nil
    FBrowserHandle := FBrowser.GetWindowHandle;<------ error on this line

attach file wich i have fix to install into lazarus

Original issue reported on code.google.com by xbylih...@gmail.com on 21 Nov 2011 at 9:47

Attachments:

GoogleCodeExporter commented 8 years ago
lazarus not supported

Original comment by hgourv...@gmail.com on 8 Jun 2012 at 7:16