monkeyxu/delphichromiumembedded

GuiClient Crash on lazarus

Closed this issue · 1 comments

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:

lazarus not supported

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

  • Changed state: Invalid