Hello.
Hopefully this is something rather simple. I tried to compile a program for WinCE and I got the error, "Can't find include file <malloc.h>." Does it not exist yet for Pelles C or is it just not included at the moment for some reason?
Thanks,
-Zael-
Look up malloc in the PellesC help and you will see what header is required.
John
The required header is malloc.h, but the problem is that after including malloc.h the I get the error that it can't find malloc.h. Perhaps I should have asked more generally and in a different section where can I find malloc.h for compiling to pocketpc devices as it is not included with the install of Pelles C.
Thanks,
-Zael-
Quote from: Zael on December 20, 2008, 05:11:21 PM
The required header is malloc.h, but the problem is that after including malloc.h the I get the error that it can't find malloc.h. Perhaps I should have asked more generally and in a different section where can I find malloc.h for compiling to pocketpc devices as it is not included with the install of Pelles C.
Thanks,
-Zael-
malloc.h is not a standard C header.
Look in the PellesC help to find the correct header for the function you want to use.
John
Apologies. I just noticed the issue was with a library's include file. Thank you for your patience and assistance.
Thanks,
-Zael-