[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Compiling for Windows 32 Executable
From: |
Kate Stedman |
Subject: |
Re: [Tinycc-devel] Compiling for Windows 32 Executable |
Date: |
Wed, 4 Jul 2012 09:33:22 +0000 |
Hello Daniel,
No I didn't write those functions as I expect them to be part of the tcc
library. The functions are declared in the include file conio.h in the
installed tcc\include folder so I had assumed that they were part of the
compiler library as they are with other standard C compilers.
Thanks for your help
Regards
Kate
-----Original Message-----
From: Daniel Glöckner [mailto:address@hidden
Sent: 04 July 2012 10:28
To: Kate Stedman
Cc: address@hidden
Subject: Re: [Tinycc-devel] Compiling for Windows 32 Executable
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
________________________________
This Email and any attachments may contain confidential and privileged
information for the use of the designated recipients named above only. If you
are not the intended recipient, you are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination,
distribution or copying of it or its content is prohibited. If you have
received this communication in error, please reply to the sender immediately
and destroy all copies of this communication and any attachments.
Registered in England No. 02074604.
Registered Office. Vislink International Limited, Marlborough House, Charnham
Lane, Hungerford, Berkshire RG17 OEY.
- [Tinycc-devel] Compiling for Windows 32 Executable, Kate Stedman, 2012/07/03
- Re: [Tinycc-devel] Compiling for Windows 32 Executable, Mike, 2012/07/03
- Re: [Tinycc-devel] Compiling for Windows 32 Executable, Kate Stedman, 2012/07/04
- Re: [Tinycc-devel] Compiling for Windows 32 Executable, Daniel Glöckner, 2012/07/04
- Re: [Tinycc-devel] Compiling for Windows 32 Executable,
Kate Stedman <=
- Re: [Tinycc-devel] Compiling for Windows 32 Executable, harish badrinath, 2012/07/04
- Re: [Tinycc-devel] Compiling for Windows 32 Executable, Kate Stedman, 2012/07/04
- Re: [Tinycc-devel] Compiling for Windows 32 Executable, grischka, 2012/07/04
- Re: [Tinycc-devel] Compiling for Windows 32 Executable, Kate Stedman, 2012/07/06