Example #1
0
__declspec(dllexport) void ActivateSystem
(HWND hwnd, HINSTANCE hinst, LPSTR lpszCmdLine, int nCmdShow)
{
	InitializeStrings();

	StartSystem((HINSTANCE)hDLL, NULL, lpszCmdLine, SW_NORMAL);
}
EditorStrings::EditorStrings(Context* context) :
    Object(context)
{
    InitializeStrings();
    SubscribeToEvent(E_EDITORSHUTDOWN, HANDLER(EditorStrings, HandleEditorShutdown));
}