[Bug 7663] War Of the Ring Demo aborts silently on startup

Wine Bugs wine-bugs at winehq.org
Sat Mar 17 22:51:45 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7663





------- Additional Comments From dmitry at codeweavers.com  2007-17-03 22:51 -------
You should not use malloc in Wine, wcslen and others won't work properly
in Wine. Use Win32 APIs like HeapAlloc and lstrlenW instead.

Also it looks like your code won't work if there are non-ascii characters
on the command line.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list