OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Here's the smallest application you can create.
It includes the correct header file, creates a TApplication object, and calls that object's TApplication::Run() function.
This example creates a Windows application having a main window with the caption "Wow!" You can resize, move, minimize, maximize, and close this window. In a real application, you would derive a new class for the application to add more functionality. Notice that the only function you have to call explicitly in this example is the Run function.