On 15.04.2008, at 09:00, huda wrote: > Linking... > LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of > other libs; use /NODEFAULTLIB:library
There is a pulldown menu in the linker setting menu where you decide how to build your program. It is set to "no threads static" or whatever it is caled, but should be set to "multithread DLL" or "multithread DLL debug" if you want to know where your application crashed. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

