Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Converting Executables

Yaroslav Kibysh edited this page Jun 25, 2019 · 7 revisions

Converting Executables

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

Tools may help you

setsubsys

  • 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

Clone this wiki locally