资 源 简 介
FLTK is a nice cross platform gui library, Sqlite3 an exceptional single file sql library and UnderC a nice c/c++ interpreter, joining both will make a powerful cross platform development framework and here you have the place to make it.
UnderC from http://home.mweb.co.za/sd/sdonovan/underc.html
FLTK from http://www.fltk.org
Sqlite3 from http://www.sqlite.org
C/C++ from http://gcc.gnu.org/
I did managed to make it compile with mingw gcc 3.4.5 the problem was with the header files that have the same name as some of the libstdc++, mainly "function.h", header files are renamed to "uc" + "old header file name" and the macros to prevent double includes on then are renamed to `"UC*"`.
Anyone can contribute to improve it, reporting bugs, supplying patches, testing it, contributing ideas, comments, improvements, links, source code,...
Now it compiles an