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 ??
Did you create a .spec file for your program ??
I would even add, did you create a .spec file for your CONSOLE program (mode should be cuiexe) ?
A+