> > Personally, I never use debug versions of third-party libraries (not always > > available either), and my debug code always uses the release version of the > > c-runtime library (do I really need to debug printf()?). I am only > > concerned with debugging my application code. > > > > Don. > Don, > Thanks for clearing up the /NODEFAULTLIB. > > If I understand correctly, the main idea of __d.lib version is to allow me to > "step in" to the internal fltk clockwork during the debugger operation, while > with the ordinary .lib only allow me to "step over"? > Frank
Correct. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

