Wine programs for windows released on sourceforge

Eric Pouech pouech-eric at wanadoo.fr
Sun Sep 28 02:45:13 CDT 2003


> Wcmd:
> - Problem with accentuated letters.
likely because we don't set the console codepage correctly
> - "copy con test.txt" says "access denied" but "type con >test.txt"
> works.
that's stranger. could someone test whether
CopyFile("CON", "afile", FALSE); works or not
same for CopyFile("$CONIN", "afile", FALSE);
(when run from a console of course)

> Winhelp:
> - Doesnt start without parameter.
> - Exits with code 2 with valid help file as parameter (no windows is
> displayed at all)
cmdline parsing should be buggy... did you use tabs in the command line ?
A+
-- 
Eric Pouech




More information about the wine-devel mailing list