I am not sure which ng is more appropriate so I cross-post this.
What I want to do:
Create executables for PocketPC 2002 using eVC4
What I did:
Basically by experimenting I discovered that by setting linker options
/OSVERSION:3,0 /SUBSYSTEM:WINDOWSCE,3.0
and redirecting default include and lib directories to PocketPC 2002 SDK I
am able to produce aplications that run ok on my PPC02 device.
Of course I have to stay away from missing features such as exceptions but
even if I accidentaly use them the program won't link so it seems to be
safe.
My question:
Are there any problems that I have overlooked? The simple test applications
I created all seem to work fine but this of course doesn't prove anything.
Eugene