Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. Adaption of C_Layer wrappers for TCC
  2.  
  3. _____________
  4. TODO
  5. _____________
  6.  
  7. - Add wrappers in boxlib.h for:
  8.  - statictext
  9.  - filebrowse
  10.  - editor
  11.  - treelist
  12.  
  13. - Port other wrappers from C_Layer
  14.  
  15.  
  16. _____________
  17. How to use?
  18. _____________
  19.  
  20. 1. Include header to your program:
  21.  
  22. #include <clayer/boxlib.h>
  23.  
  24. 2. Write some program
  25. 3. Compile with link to program .o file:
  26.  
  27. kos32-tcc sample.c loadboxlib.o -lck -o sample.kex
  28.  
  29. (.o files in ktcc/trunk/bin/lib/clayer)