What steps will reproduce the problem?
procedure TChromium1.WebBeforeResourceLoad(Sender: TCustomChromium;
const browser: ICefBrowser; const request: ICefRequest;
var redirectUrl: ustring; var resourceStream: ICefStreamReader;
var mimeType: ustring; loadFlags: Integer; out Result: TCefRetval);
var
Headers: TCefStringMap; // or Pointer
begin
request.GetHeaderMap(Headers);
end;
What is the expected output? What do you see instead?
Expecting the header map, getting Access violation every time.
What version of the product are you using? On what operating system?
0.1 + latest CEF binaries, Windows Vista x64
Please provide any additional information below.
GetHeaderMap is not working at all, throws access violation.
Original issue reported on code.google.com by ad...@enesce.com on 29 Aug 2010 at 3:47
Original issue reported on code.google.com by
ad...@enesce.com
on 29 Aug 2010 at 3:47