This folder contains Win32 controls "Hello, World!" examples.
- HelloWorldEmoticons The classic first application HelloWorld width emoticons.
- HelloWorldMessageBox The classic first application HelloWorld with MessageBox.
- HelloWorldMessageBox2 The classic first application HelloWorld with MessageBox.
- HelloWorldPaint The classic first application HelloWorld with GDI+ drawing objects.
- HelloWorldStaticText The classic first application HelloWorld with StaticText control.
To build this project, open "Console" and type following lines:
mkdir build && cd build
cmake ..
start HelloWorlds.sln
Select any project and type Ctrl+F5 to build and run it.
This project run only on Windows with Visual Studio and CMake.