dts wrote: > I have encountered the linker error in Visual Studio build for > fltk-2.0.x-r6858 version. Couldn't figure out the root cause.
As Ian wrote already, FLTK 2 is not actively maintained any more. To help you with some of the errors, please see: http://fltk.org/str.php?L2236 http://fltk.org/str.php?L2238 Maybe also: http://fltk.org/str.php?L2240 For the lots of "deprecated" _warnings_, see the log yourself: > 2>..\..\images\libjpeg\jmemmgr.c(1109) : warning C4996: 'sscanf' was declared > deprecated > 2> C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) > : see declaration of 'sscanf' > 2> Message: 'This function or variable may be unsafe. Consider using > sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See > online help for details.' And, finally, please post your questions to fltk.general, because fltk.development is reserved for development of fltk itself. Thanks. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
