Application

Module: ecereCOM
Namespace: ecere::com
Type: Class
Base Class: Module

Description

The Application class. Can be inherited from to customize execution entry point

Properties and Members

  argcint
  argvconst char * *
  exitCodeint
  isGUIAppbool
  allModulesOldList
  parsedCommandchar *
  systemNameSpaceNameSpace

Virtual Methods

  Main

Remarks


The Application class (or any of its derived class) should not be instantiated. A specific module (e.g. application or library) should derive at most one class from Application.

Derived Classes

GuiApplication