Hi Frederic,
Well, I hate linking to 2 different CRT libs under Windows, and I hate using the /NODEFAULTLIB as it is the source of obscure crashes.
Since it's a pure C library, you can ignore the warning about linking to MSVCRT and LIBC. It doesn't cause any crashes for C libraries. Only C++ libraries.
BTW, jpeg and png plugins manage to link with their respective debug libraries.
Of course you *can*, what I'm saying is that it's not necessary unless you want to debug down into those libs. Now, for a C++ library the story is reversed, you *must* link debug libs to a debug executable, and release libs to a release executable. Otherwise you get the crashes you mentioned.
J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.webhop.org/ _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
