> As a separate (unrelated) issue, MSVC now gives me these linker warnings > which I don't remember seeing previously:- > > ftbase.obj : warning LNK4006: _FT_Library_SetLcdGeometry already > defined in ftlcdfil.obj; second definition ignored
ftbase.c wraps ftlcdfil.c and many others. You are not suppose to compile all C files. Are you using builds/windows/vc2010/freetype.vcxproj ? _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
