81c7d9b215
compiled this on BC++ 5.0 upgraded to 5.0B via the two monster patches. I didn't turn on optimization because my version of BC++ doesn't seem to do much in the way of optimization (FLUID was only 1k smaller when optimized for size). VC++ generates smaller code. The examples that use OpenGL don't work because Borland's linker can't find "wglShareLists". I'm sure this is a simple problem, but I don't know how to fix it. Borland's C++ compiler won't allow you to call main() from C++, so I had to add a c function in "fl_call_main.c" to call it so that you don't have to do that WinMain crap. However, when I added this file to the Visual C++ project it converted the whole thing from 5.0 format to 6.0 format. The files look the nearly identical so I don't think this should be a problem for 5.0 users, but if it is then you can revert them back to the previous version and just add this one source file. Borland really doesn't suck that bad. It doesn't look as polished as VC++ and it refused to supress some warnings for no reason, but I forgot how much I liked the feel of Borlands compilers... Much more intuitive then MS VC++. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@475 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 |
||
---|---|---|
.. | ||
about_panel.cxx | ||
about_panel.fl | ||
about_panel.h | ||
alignment_panel.cxx | ||
alignment_panel.fl | ||
alignment_panel.h | ||
code.cxx | ||
factory.cxx | ||
file.cxx | ||
Fl_Function_Type.cxx | ||
Fl_Group_Type.cxx | ||
Fl_Menu_Type.cxx | ||
Fl_Type.cxx | ||
Fl_Type.h | ||
Fl_Widget_Type.cxx | ||
Fl_Widget_Type.h | ||
Fl_Window_Type.cxx | ||
Fluid_Image.cxx | ||
Fluid_Image.h | ||
fluid.cxx | ||
function_panel.cxx | ||
function_panel.fl | ||
function_panel.h | ||
gif.cxx | ||
keyboard_ui.cxx | ||
keyboard_ui.h | ||
Makefile | ||
Shortcut_Button.h | ||
widget_panel.cxx | ||
widget_panel.fl | ||
widget_panel.h |