Hi Bookaa, On Wed, May 23, 2012 at 6:07 AM, bookaa <rorsoft at gmail.com> wrote: > ! includes = ['stdlib.h', 'stdio.h', 'sys/types.h', 'stdint.h'] The MSVC compiler before 2010 doesn't provide a 'stdint.h', so this change would break it. You need to come up with a more complicated solution. Armin