tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Compiling for Windows 32 Executable


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] Compiling for Windows 32 Executable
Date: Wed, 4 Jul 2012 11:27:53 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Wed, Jul 04, 2012 at 09:03:47AM +0000, Kate Stedman wrote:
> tcc: undefined symbol 'clreol'
> tcc: undefined symbol 'textcolor'
> tcc: undefined symbol 'wherex'
> tcc: undefined symbol 'wherey'
> tcc: undefined symbol 'gotoxy'
> tcc: undefined symbol 'textbackground'
> tcc: undefined symbol 'clrscr'

Did you write those functions or do you expect them to be provided
by some library? They are neither part of the C API standardized by
ANSI/ISO/POSIX nor part of the Win32 API. They do look like something
provided by Borland back in the DOS days.

  Daniel



reply via email to

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