> > > 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.
>
>

FYI.  If you choose to link your debug executable against the release version 
of fltk, you will need to change the runtime switch from /MDd to /MD, and 
change the preprocessor macro _DEBUG to NDEBUG.

Don.



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to