You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
Andrew Lambert edited this page Jul 23, 2014
·
7 revisions
WinLib is an object-oriented library for REALstudio and Xojo on Windows. It is constituted by the WinLib and Win32 module.
The Win32 module contains external methods, structures, constants, etc. that are found in the Win32 API. The Win32 module decouples declares from application code more cleanly than is commonly found in RB/Xojo projects that use them.
The WinLib module contains classes, methods, etc. which make use of the Win32 API via the Win32 module.