fltk/visualc
Carl E. Thompson 81c7d9b215 Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I
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
1999-03-29 17:39:46 +00:00
..
CubeView.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
adjuster.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
arc.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
ask.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
bitmap.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
boxtype.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
browser.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
button.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
buttons.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
checkers.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
clock.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
colbrowser.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
color_chooser.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
config.h Removed references to JPEG library in docos and config files. Not needed 1999-03-04 18:11:37 +00:00
cube.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
cursor.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
curve.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
demo.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
doublebuffer.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
editor.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
fast_slow.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
file_chooser.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
fltk.dsw Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
fltk.lib.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
fltkdll.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
fluid.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
fonts.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
forms.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
fractals.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
fullscreen.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
gl_overlay.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
glpuzzle.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
hello.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
iconize.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
image.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
inactive.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
input.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
keyboard.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
label.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
mandelbrot.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
menubar.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
message.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
minimum.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
navigation.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
output.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
overlay.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
pack.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
pixmap.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
pixmap_browser.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
radio.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
resize.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
resizebox.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
scroll.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
shape.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
shiny.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
subwindow.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
symbols.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
tabs.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
tile.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00
valuators.dsp Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 1999-03-29 17:39:46 +00:00