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
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

