2007-04-23 20:31:12 UTC
This looks great! I have a Fujitsu PenCentra 130 which is a MIPS based HPC Pro 3 machine (Windows CE 2.11 core) and an 800x600 LCD.
I have the MS eMbedded Visual Tools 3 development suite. The first thing that I noticed when trying to compile, is that the target environment does not seem to support winsock2.h which only leaves the regular winsock.h include as an option. This means trying to dig through the code and see if anyting that is winsock2 specific is used.
The second thing that I noticed, that I'm wondering if it is part of winsock2, is that at line 70 in the ScrUpdate.cpp file there is a reference to GetDesktopWindow() which I can't seem to find in the source. The compiler chokes there. I had to change the references to winsock2.h over to winsock.h just to get it to go that far.
Has anyone managed to compile this for a MIPS HPC Pro?