-
Notifications
You must be signed in to change notification settings - Fork 22
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.
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
- Copy x86 versions of
solitare.exe
&pegcards.dll
to the destination folder. - Change subsystem of these PEs to Win32 GUI (how?)
- Put the latest compiled WCECL libraries (
coredll.dll
) in the destination folder. - Run
solitare.exe
as a usual application (you can use a debugger if needed)