"Dimitrie O. Paun" dpaun@rogers.com wrote:
I have updated the Janitorial section: http://www.dssd.ca/wine/Wine-Fun.html#janitorial
with the list of cross calls from 32->16, and W->A.
There are currently 13 cross calls from 32->16 bit code, and 194 cross calls from Unicode to ASCII.
I was just looking at shell32.dll and wondered if it should implement A->U as it almost completely consistently implements U->A. So I guess this should all be changed then. Problem is that some of those functions call other functions where only the ANSI version is implemented yet, so it is a lot more work than just moving the implementation from the ANSI to the Unicode version.
But what the heck do the errors about AW functions calling Unicode mean? Isn't that the actual idea about the AW functions?
Rolf Kalbermatter
On November 29, 2002 06:10 pm, Rolf Kalbermatter wrote:
But what the heck do the errors about AW functions calling Unicode mean? Isn't that the actual idea about the AW functions?
Good catch. I've updated the list, there were 52 AW functions, which leaves us 142 cross calls to deal with... :)