// [!output APP_HEADER] : Hauptheaderdatei für die PROJECT_NAME-Anwendung // #pragma once #ifndef __AFXWIN_H__ #error "\"stdafx.h\" vor dieser Datei für PCH einschließen" #endif #include "resource.h" // Hauptsymbole // [!output APP_CLASS]: // Siehe [!output APP_IMPL] für die Implementierung dieser Klasse // class [!output APP_CLASS] : public [!output APP_BASE_CLASS] { public: [!output APP_CLASS](); // Überschreibungen public: virtual BOOL InitInstance(); // Implementierung DECLARE_MESSAGE_MAP() }; extern [!output APP_CLASS] theApp;