Can't find kfuncs.h

Started by slapout, June 14, 2006, 11:21:58 PM

Previous topic - Next topic

slapout

I've borrowed my sister's Pocket PC for a while and wanted to try programming it. I found some tutorials that teach how to do so using Pelles C at this website: http://www.trajectorylabs.com/win32_hello.html

So I downloaded version 4 from the mirror site and installed it. I followed the hello world tutorial at the above site, but when I go to compile the program I get this error message:

Building hello.obj.
C:\Program Files\PellesC\Include\Win\winbase.h(2734): fatal error #1035: Could not find include file <kfuncs.h>.
*** Error code: 1 ***
Done.

Is there something else I have to install to do Pocket PC development?

frankie

While installing PellesC have you checked the installation of WinCE development support?
It is optional and you have to explicitly request it. If you have not simply reinstall PellesC checking WinCE development.
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

slapout

That was the problem. I reinstalled and told it to install the Pocket PC dev stuff too. Now it works. Thanks!

And thanks for the quick reply too!