Files
KOS_qrcodes/programs/develop/ktcc/trunk/libc/include/clayer
maxcodehack d887c0ddfb Add C_Layer for TinyC
- Boxlib wrapper

git-svn-id: svn://kolibrios.org@8104 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-17 13:25:57 +00:00
..
2020-10-17 13:25:57 +00:00
2020-10-17 13:25:57 +00:00

Adaption of C_Layer wrappers for TCC



_____________

TODO

_____________



- Add wrappers in boxlib.h for:

 - statictext

 - filebrowse

 - editor

 - treelist



- Port other wrappers from C_Layer





_____________

How to use?

_____________



1. Include header to your program:



#include <clayer/boxlib.h>



2. Write some program

3. Compile with link to program .o file:



kos32-tcc sample.c loadboxlib.o -lck -o sample.kex



(.o files in ktcc/trunk/bin/lib/clayer)