This is a Windows NT native application.
- Copy this folder to
$(REACTOS)/base/setup
. - 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
- Build the modified ReactOS.
- You will get the program files in output folder.
- Execute "
00-native-starter.exe 02-tick-count.exe
" on Command Prompt of Windows 2003 or ReactOS. - You'll get a bitmap file
02-tick-count.txt
inC:\Windows
orC:\ReactOS
.
- Wikipedia: https://en.wikipedia.org/wiki/Native_API
- The Undocumented Functions: https://undocumented.ntinternals.net/