[webkit-dev] webkit-dev:loadURL failed.

Partin-巴丁 xytsoft at gmail.com
Tue Mar 31 03:08:45 PDT 2009


 The project  "WinLauncher",
file name :WinLauncher.cpp
function: loadURL()

following code:
   urlBStr = fileURL;

this will destroy the length of urlBStr, may be like this will be work:

   urlBStr = SysAllocStringLen(fileURL, fileURLLength);
Right ?

partin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090331/2b041644/attachment.html>


More information about the webkit-dev mailing list