Skip to content

How to run Windows CE Solitare

Yaroslav Kibysh edited this page Apr 8, 2024 · 10 revisions

WCECL supports Windows CE's Solitare executable imports and code executes just almost fine.

Compiled executables

You can download compiled executables here: CE 6 Games.zip. Archive contains

  • compiled x86 versions of
    • solitare.exe (from Windows CE 6.0)
    • pegcards.dll (from Windows CE 6.0)
    • freecell.exe (from Windows CE 6.0)
  • pdb files for the executables

Detailed

  1. Copy x86 versions of solitare.exe & pegcards.dll to the destination folder.
  2. Change subsystem of these PEs to Win32 GUI (how?)
  3. Put the latest compiled WCECL libraries (coredll.dll) in the destination folder.
  4. Run solitare.exe as a usual application (you can use a debugger if needed)

image