// libanx_import_dv.h : main header file for the libanx_import_dv DLL // #pragma once #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols // Clibanx_import_dvApp // See libanx_import_dv.cpp for the implementation of this class // class Clibanx_import_dvApp : public CWinApp { public: Clibanx_import_dvApp(); // Overrides public: virtual BOOL InitInstance(); DECLARE_MESSAGE_MAP() };