ok, I'm very new to this Pocket PC developement thing but I'm not giving up easily.
First of all, what kind of emulator do I need?
So far I downloaded embedded VC++ 4.0, is this one ok?
I'm not sure from the previous question because I'm having problems with the header files. First of all I set the 'Additional resource include directories' under 'Resources' in Cave Runner project to '..\..\headers' just like what the installation document said.
However, I still get the error that the include files cannot be opened (which means cannot be found). What else do I have to do? The instructions are really vague.
here's an example error:
c:\lab\overloaded\overloaded\library\source\precomp.h(28) : fatal error C1083: Cannot open include file: 'aygshell.h': No such file or directory
Once I get that Cave Runner built and running everything else will be cake.