tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Problem with GetCurrentConsoleFontEx


From: Carlos Montiers
Subject: Re: [Tinycc-devel] Problem with GetCurrentConsoleFontEx
Date: Wed, 18 Dec 2013 02:25:31 -0300

Very thanks. Solved with this info.

Carlos.


2013/12/17 grischka <address@hidden>
Carlos Montiers wrote:
I'm getting a problem with the function:
SetCurrentConsoleFontEx because GetCurrentConsoleFontEx return bad values.

You need to give proper prototypes in particular for stdcall
functions.  G/SetCurrentConsoleFontEx is not in our headers.

I recommend using
    tcc -Wimplicit-function-declaration ...
or
    tcc -Wall ...

--- grischka


_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]