Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 803 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 803 Bytes

hello-native-app

This is a Windows NT native application.

How to use

  1. Copy this folder to $(REACTOS)/base/setup.
  2. Modify $(REACTOS)/base/setup/CMakeLists.txt as follows:
add_subdirectory(lib)
add_subdirectory(reactos)
add_subdirectory(setup)
add_subdirectory(usetup)
add_subdirectory(welcome)
add_subdirectory(hello-native-app)  # add this line
  1. Build the modified ReactOS.
  2. You will get the program files in output folder.
  3. Execute "00-native-starter.exe 02-tick-count.exe" on Command Prompt of Windows 2003 or ReactOS.
  4. You'll get a bitmap file 02-tick-count.txt in C:\Windows or C:\ReactOS.

Reference