Skip to content

Latest commit

 

History

History
executable file
·
59 lines (39 loc) · 2.26 KB

README.md

File metadata and controls

executable file
·
59 lines (39 loc) · 2.26 KB

Win32 Examples

Shows how to use Win32 api by proghramming code (c++17).

win32

Win32.System contains Win32 console examples (CLI).

Win32.Gui contains Win32 controls examples (GUI).

  • HelloWorlds contains Win32 unit test "Hello, World!" examples.

Download

git clone https://github.com/gammasoft71/Examples_Win32

Generate and build

To build this project, open "Console" and type following lines:

mkdir build && cd build
cmake .. 
start Win32.sln

Select any project and type Ctrl+F5 to build and run it.

Remarks

This project run only on Windows with Visual Studio 2019 or above and CMake.

See Desktop App User Interface for more informations.