Sure. Here is a dummy project i created for you to test and reproduce the
problem.
If VS has problems seeing the include files, you'll have to change the include
directories to "\Desktop\Dummy Project\FreeType\FreeType\Include" as this is
what I'm currently doing.
The problem code can be found in ftstdlib.h under integer limits.
Here is the download link:
http://s000.tinyupload.com/?file_id=07910338792891544298
On Thu, Feb 12, 2015 at 12:47 AM, suzuki toshiya <address@hidden
<mailto:address@hidden>> wrote:
Interesting. Could you post some test code to reproduce the issue?
Regards,
mpsuzuki
Brian Sullender wrote:
> I'm compiling with VS C++ 11
>
> When INT_MIN is defined as:
> #define INT_MIN 0x80000000
> instead of:
> #define INT_MIN (-2147483647 <tel:%28-2147483647> - 1)
>
> FT_Render_Glyph returns Invalid_Pixel_Size
>
> Not really a problem, but annoying. Thanks.
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Freetype-devel mailing list
> address@hidden <mailto:address@hidden>
> https://lists.nongnu.org/mailman/listinfo/freetype-devel