This repository was archived by the owner on Mar 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Converting Executables
Yaroslav Kibysh edited this page Jun 25, 2019
·
7 revisions
In order to run Windows CE executables in Win32 environment (detailed here) you have to convert executable and related libraries by changing subsystem number to Win32 GUI
- Compiles with PBCC 6, uses Win32 API
- Source code & compiled (mega.nz)
- Usage:
- setsubsys.exe [portable executable path]
- converts any subsystem to Win32
- and Win32 GUI to Win32 CUI