Do you use YATC?

Add this client to your stack on Ohloh!
Visit us there

PocketPC

YATC has been tested on PocketPC 2003 during 2007. (This has not been done at a later time, and there are no public binary releases.)


Watch the video!

YouTube Video



It's "simple"...
  1. Compile SDL using arm-wince-mingw32ce (in remainder: mingw32ce)
  2. Compile GMP using mingw32ce, in invalid.c you must remove #include <signal.h> and raise(SIGFPE)
  3. Compile SDL_gfx using mingw32ce
  4. Compile GLICT using mingw32ce, making sure that in the makefile, CPPFLAGS also includes -DNO_GL
  5. Compile YATC using mingw32ce, making sure that in the makefile, CPPFLAGS and CFLAGS includes -DWINCE and that LIBS includes -loleaut32 -lws2 -lSDL -lGLICT -lSDL_gfx

If I missed anything, I won't apologize!