After having some problems, I could recompile and link my programs using Wine. When running, The call to GetStdHandle(STD_OUTPUT_HANDLE) fails. It return 0. In windows enviroment this functions returns a numeric handle I use later to print onto the console. What's happening ? Is this a bug ? Can I solve it changing code ? Thanks in advance. Ignasi Villagrasa.
On Mon, Feb 18, 2002 at 09:00:32PM +0000, Ignasi Villagrasa wrote:
After having some problems, I could recompile and link my programs using Wine.
When running, The call to GetStdHandle(STD_OUTPUT_HANDLE) fails. It return 0. In windows enviroment this functions returns a numeric handle I use later to print onto the console.
What's happening ?
Is this a bug ? Did you create a .spec file for your program ??
-- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany Tel. +49 7159 800604 http://home.nexgo.de/andi.mohr/
participants (3)
-
Andreas Mohr -
Eric Pouech -
Ignasi Villagrasa