#include "camtypes.h"
#include "module.h"
#include "oilmods.h"
#include "modlist.h"
#include "viewmod.h"
Go to the source code of this file.
Defines | |
#define | new CAM_DEBUG_NEW |
#define | TOOL_DLL_NAME "TOOLS.DLL" |
#define | NOMODULE |
Called to supply all modules to the Kernel. For each module that is found, calls Modules::DeclareModule(). Note that at this point only the constructors on each module are called; their Init functions are not. This allows one module to detect the presence of another module and fail its Init call. | |
Functions | |
DECLARE_SOURCE ("$Revision: 1464 $") | |
Variables | |
HINSTANCE | DLLs [MAX_DLLS] |
UINT32 | DLLCount = 0 |
HINSTANCE | ExtraDLLs [Extra_DLL_Count] |
|
Definition at line 124 of file oilmods.cpp. |
|
Called to supply all modules to the Kernel. For each module that is found, calls Modules::DeclareModule(). Note that at this point only the constructors on each module are called; their Init functions are not. This allows one module to detect the presence of another module and fail its Init call.
Definition at line 160 of file oilmods.cpp. |
|
Definition at line 135 of file oilmods.cpp. |
|
|
|
Definition at line 130 of file oilmods.cpp. |
|
Definition at line 129 of file oilmods.cpp. |
|
Definition at line 133 of file oilmods.cpp. |