|
|
发表于 2006-9-21 20:42:47
|
显示全部楼层
- usr/i586-mingw32msvc/include/conio.h devel/mingw32-runtime
- usr/include/brickos/conio.h devel/brickos
- usr/include/wine/msvcrt/conio.h libdevel/libwine-dev
- usr/lib/bcc/include/conio.h devel/elks-libc
复制代码
第一项是 mingw32 的, 第三项是 wine 的, 这都不算 linux 本地开发吧
第二项 brickos, 最后一个 bcc, 这两个我不熟悉, 但从它们的描述来看, 似乎也不是楼主想要的
- Package: brickos (0.9.0-1)
- alternative OS for LEGO(r) Mindstorms RCX. Supports devel. in C/C++
- A multitasking operating system with development environment for use as an alternative to the standard LEGO(r) Mindstorms RCX firmware.
- For more info: http://brickos.sourceforge.net For posts to/from other users: http://lugnet.com/robotics/rcx/legos/
- (LEGO(r) is a trademark of the LEGO Group of companies.)
复制代码
- Package: bcc (0.16.14-1.4)
- 16-bit x86 C compiler
- This is a C-compiler for 8086 cpus which is important for the development of boot loaders or BIOS related 8086 code.
- It is possible to run 8086 code under i386 Linux using an emulator, `elksemu', also included in this package.
复制代码
楼主想要的是 TC 中完成文本屏幕控制, 如颜色, 位置等功能的库, 不仅仅是一个头文件. 这种功能在 linux 里可以用 ncurses 来实现, 如果楼主的目的是移植, 那么用 ncurses 自己封装一下就好了 |
|