Minimal

minimal

Compiling

To compile the example:

  • Launch EiffelStudio.
  • Click Add project
  • Browse to $ISE_EIFFEL\examples\wel\minimal\.
  • Choose minimal.ecf
  • Choose the location where the project will be compiled, by default the same directory containing the configuration file.
  • Click OK.

Running

After launching the program, a window will be displayed as illustrated above. There is no other functionality, but clicking on the close icon (Cross in top right hand corner), will close the window.

Under the Hood

MINIMAL_DEMO inherits WEL_APPLICATION and redefines main_window in order to display a WEL_FRAME_WINDOW . This sample contains only one class:

  • MINIMAL_DEMO

See Also:
tutorial step 1
WEL_FRAME_WINDOW