Le mardi 08 mars 2005 à 18:04 +0800, Dmitry Timoshkov a écrit : [...]
and many,many,many others. Make sure to pass correct arguments to all the changed APIs.
I fixed/changed many things regarding unicode. It seems that now both outputing to the console and case insensitive find as you type feature (re-)work.
I fixed most warnings, but there are still 4 lines that I couldn't fix (173, 206, 215, 429). Can someone help me ?
Last but not least, since these changes the uninstaller crashes (very) often. I have an unhandled exception when retrieving some apps from the uninstall key and I don't know what cause this:
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x77ecf5d4
For better understanding of what is going on add the following as the very first line in main.c:
#define __WINESRC__
When adding this line the compilation fails with this message:
main.c:194: error: `STARTUPINFO' undeclared (first use in this function)
Are some include(s) missing ?
...
Do you think I'm near the target ?