[Bug 2509] ReadConsoleA returning wrong length

Wine Bugs wine-bugs at winehq.org
Tue Oct 12 09:24:45 CDT 2004


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





------- Additional Comments From jdaviestx at comcast.net  2004-12-10 09:24 -------
Created an attachment (id=701)
 --> (http://bugs.winehq.org/attachment.cgi?id=701&action=view)
Source for the exe just submitted

If you have access to masm and would like to reproduce this bug in windows (I
wouldn't expect you to want to run an untrusted exe under windows), here's the
source I used to create this exe.  Here is the "build script" I used:

ML.EXE -W0 -Zi -c -Fl -coff readcon.asm
LINK.EXE /PDB:NONE readcon.obj kernel32.lib user32.lib \
  gdi32.lib /SUBSYSTEM:CONSOLE /DEBUG

And don't laugh at my assembler coding - I'm only at mid-terms in my class ;)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list