Re: Wine programs for windows released on sourceforge

2003-09-28 Thread Eric Pouech
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);

Re: Wine programs for windows released on sourceforge

2003-09-28 Thread Shachar Shemesh
Sylvain Petreolle wrote: I will do some tests with these. Are you using CVS ? Otherwise I will recompile to have the latest code available. --- Ivan Leo Murray-Smith [EMAIL PROTECTED] a écrit : Patches and scripts are useless for most users, and cygwin isn't software you install quickly with

Re: Wine programs for windows released on sourceforge

2003-09-28 Thread Sylvain Petreolle
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 ? Even if cmdline parsing is buggy, winhelp should start. I didnt use tabs. =