• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows [YYC] Can not compile game

Hello. I am trying to compile my game with YYC. But there are a lot of C headers missed. Basically all C default headers (malloc.h, float.h, string.h ... etc).

fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.


I am using Windows SDK 8.1. Where i could find those headers so i can use them. GNU C will not work i guess.
Help me please.

Thanks.
 
Top