[Bug 28191] New: winetest: No usage in wineconsole

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 26 04:01:37 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=28191

           Summary: winetest: No usage in wineconsole
           Product: Wine
           Version: 1.3.26
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: programs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: fgouget at codeweavers.com


To reproduce this start the console with 'wine wineconsole cmd' and then type
'winetest /?' in the wine console.

The usage will be displayed in the terminal in which you started the
wineconsole instead of in wineconsole itself. This is because winetest uses
regular Unix stdio functions like printf() instead of WriteConsole().

See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to fix this.

After fixing this, verify that running 'winetest /?' still works fine in a
regular xterm or equivalent.

(split off from bug 13861)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list