README.WinCE
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. NOTE:
  2. SDL is NOT SUPPORTED on the WinCE platform!  This is for experimental
  3. purposes only.
  4. There are several SDL features not available in the WinCE port of SDL.
  5. - DirectX is not yet available
  6. - Semaphores are not available
  7. - Joystick support is not available
  8. - CD-ROM control is not available
  9. In addition, there are several features that run in "degraded" mode:
  10. Preprocessor Symbol Effect
  11. =================== =================================
  12. SDL_systimer.c:
  13. USE_GETTICKCOUNT Less accurate values for SDL time functions
  14. USE_SETTIMER Use only a single marginally accurate timer
  15. SDL_syswm.c:
  16. DISABLE_ICON_SUPPORT Can't set the runtime window icon
  17. SDL_sysmouse.c:
  18. USE_STATIC_CURSOR Only the arrow cursor is available
  19. SDL_sysevents.c:
  20. NO_GETKEYBOARDSTATE Can't get modifier state on keyboard focus
  21. SDL_dibevents.c:
  22. NO_GETKEYBOARDSTATE Very limited keycode translation
  23. SDL_dibvideo.c:
  24. NO_GETDIBITS Can't distinguish between 15 bpp and 16 bpp
  25. NO_CHANGEDISPLAYSETTINGS No fullscreen support
  26. NO_GAMMA_SUPPORT Gamma correction not available