Hi, I am using solution file 'freetype.sln' in vc2010 directory to build freetype 2.4.9. I create new configuration for x64, and the build process has no error but with many warnings. I see warings for these: convert "ptrdiff_t" to "unsigned long" convert "int" to "FT_Pointer" convert "FT_PtrDist" to "FT_Long" convert "int" to "FT_UShort*"
How should I configure my 64bit project for vc2010 to avoid these? I think these pointer operations aren't correct. Thanks.
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
