Thanks grishka.
With git I use:
*git clone git://repo.or.cz/tinycc.git <http://repo.or.cz/tinycc.git>*
git fetch origin

I compile it. And compile the code with it, but I get the same error.





2013/12/15 grischka <[email protected]>

> Carlos Montiers wrote:
>
>> Hello. Using the last version of tiny c I try use the function
>> GetLargestConsoleWindowSize, but I get ERROR_INVALID_HANDLE
>>
>
> Same as with the div function [1].  These are functions
> that return the result in register(s).  Support was added
> after tcc 0.9.26 [2].
>
> [1] http://lists.gnu.org/archive/html/tinycc-devel/2013-12/msg00008.html
> [2] http://repo.or.cz/w/tinycc.git/commitdiff/
> 2bbfaf436f937ace4809d84be812ea1ac7fd7352
>
> --- grischka
>
>
> _______________________________________________
> Tinycc-devel mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to