These are the examples of theForger's Win32 API Programming Tutorial:
http://www.winprog.org/tutorial/

ported to OxygenBasic. They are intended to run with the latest Beta Version of OxygenBasic.
If theForger_o2 folder is stored as a subfolder of e.g. \examples or of projectA\B\C then the accompanying batch files should work as expected.

The .o2bas files are coded to create 64-bit executables. But they can also be created as 32-bit exes by using:

uses rtl32
'uses rtl64




