CVS Update (WinCE)

Yes, there’s a new CVS snapshot already. :slight_smile:
http://www.libsdl.org/cvs.html

Changes:

  • Added lots of changes so SDL mostly compiles for WinCE
  • Added getenv()/putenv() implementation for WinCE and MacOS
  • Bumped the version to 1.2.0, getting ready for release

You can play with building SDL for WinCE if you have the WinCE SDK
and grab the following files:
http://www.libsdl.org/cvs/WinCE.txt
http://www.libsdl.org/cvs/WinCE-SDL.zip

The text file contains a list of the missing functionality in WinCE,
and the ZIP file contains a build project for SDL on WinCE for the
MIPS processor. Just unpack it in the main SDL directory.

The code almost compiles. The audio doesn’t work because WinCE 2.1
doesn’t contain semaphore support, and the video doesn’t work because
there doesn’t seem to be a way to set the palette in a DIBSection.
I can’t test this code, so I’m relying on you all for coding support.

See ya! :slight_smile:
-Sam Lantinga, Lead Programmer, Loki Entertainment Software