I'm trying to run a console program with wineconsole, and I see fixme output from the DLL I'm working on, but no output from my program.
Any patches I should be applying? Wine20030408 on RH "phoebe" (8.1-ne-9 beta).
FWIW, I'm working on iphlpapi.dll. I might take a crack at consolidating some duplicated code in netapi32, winsock, and wsock32 if I have time.
Thanks, --Juan
__________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
Juan Lang wrote:
I'm trying to run a console program with wineconsole, and I see fixme output from the DLL I'm working on, but no output from my program.
did you try: wineconsole -- your_pgm your-args 2> /dev/null
A+
Yeah. Still nothing. However, running wine rather than wineconsole worked :p
Thanks for the suggestion! --Juan
--- Eric Pouech pouech-eric@wanadoo.fr wrote:
Juan Lang wrote:
I'm trying to run a console program with
wineconsole,
and I see fixme output from the DLL I'm working
on,
but no output from my program.
did you try: wineconsole -- your_pgm your-args 2> /dev/null
A+
-- Eric Pouech
__________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
Juan Lang wrote:
Yeah. Still nothing. However, running wine rather than wineconsole worked :p
did you try wineconsole --backend=user -- your_pgm
if it doesn't work either, please send me a -debugmsg +console,+process trace TIA
A+