Re: Start: Convert start to Unicode. [try5]

2007-11-23 Thread Anatoly Lyutin
Alexandre Julliard wrote: > No, what you need is one function for errors that can happen in normal > usage (file not found, invalid option etc.) that is Unicode and > localized, and one function for internal errors (LoadString failures > etc.) that simply uses WINE_ERR with an English message. > >

Re: Start: Convert start to Unicode. [try5]

2007-11-16 Thread Alexandre Julliard
Anatoly Lyutin <[EMAIL PROTECTED]> writes: > @@ -202,9 +246,9 @@ int main(int argc, char *argv[]) > DWORD waitcode; > waitcode = WaitForSingleObject(sei.hProcess, INFINITE); > if (waitcode) > - fatal_error("WaitForSingleObject", GetLast