// ASCOfficeXlsFile2.cpp : Implementation of DLL Exports. #include "stdafx.h" #include "resource.h" // The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you [ module(dll, uuid = "{BA5347EE-D187-4D72-AB18-CB0057EF4397}", name = "ASCOfficeXlsFile2", helpstring = "ASCOfficeXlsFile2 1.0 Type Library", resource_name = "IDR_ASCOFFICEXLSFILE2") ] class CASCOfficeXlsFile2Module { public: // Override CAtlDllModuleT members };