NO

Author Topic: Can't find kfuncs.h  (Read 3390 times)

slapout

  • Guest
Can't find kfuncs.h
« on: June 14, 2006, 11:21:58 PM »
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?

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Can't find kfuncs.h
« Reply #1 on: June 15, 2006, 01:35:26 PM »
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

  • Guest
Can't find kfuncs.h
« Reply #2 on: June 15, 2006, 03:22:53 PM »
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!