The System.Windows module provides interface to Windows API and contains support for Windows GUI applications. This library is linked with programs and libraries that have target=winguiapp , target=winapp or target=winlib in a .cmp file.
The target declaration is discussed here.
The System Windows Library document presents the structure and usage of the System.Windows library and discusses the creation of Windows GUI applications using Cmajor.
System | ||
Windows | ||
API | ||
IO |
public void | WindowsAssertionFailureFunction(const char* assertion, const char* function, const char* sourceFilePath, int lineNumber) |