Pelles C forum

C language => Pocket PC and Smartphone questions => Topic started by: sp00n on April 19, 2007, 10:33:44 AM

Title: problem with KernelIoControl function
Post by: sp00n on April 19, 2007, 10:33:44 AM
Hi all.
I wanna use the KernelIoControl function, but when I include the necessary libs and header files I have many warnings ("Missing prototypes" and "Missing type specifier.") and many errors are caused by it :(
More info in this topic:
http://www.smorgasbordet.com/forum/index.php?topic=2136.msg8035#new (http://www.smorgasbordet.com/forum/index.php?topic=2136.msg8035#new)

Can anybody help please?
Title: Re: problem with KernelIoControl function
Post by: frankie on April 19, 2007, 10:39:05 AM
Could this be of any help to understand which includes you need?
http://www.xs4all.nl/~itsme/projects/xda/wince-kernelinfo.html (http://www.xs4all.nl/~itsme/projects/xda/wince-kernelinfo.html)
Title: Re: problem with KernelIoControl function
Post by: sp00n on April 19, 2007, 02:11:14 PM
Could this be of any help to understand which includes you need?
http://www.xs4all.nl/~itsme/projects/xda/wince-kernelinfo.html (http://www.xs4all.nl/~itsme/projects/xda/wince-kernelinfo.html)
Thanks for a very interesting link :) I've found there many usefull info, but nothing for my problem:(
Title: Re: problem with KernelIoControl function
Post by: sp00n on April 19, 2007, 03:01:58 PM
Well, i'm stupid)))
I have chosen the dificult way for resolving my problem:) I used the libs from Platform Builder... But resolving is very simple: use the winioctl.h file)))
Now all works great.
Topic closed.;)