完善目录结构
完善了目录结构,添加了以前的web段com组件调用的代码(在/测试目录下)(部署没有使用到)
This commit is contained in:
16
测试/单独功能测试/1-组件测试(实际没有应用)/组件调用dll-调用端/HWCVDLL2/dllmain.cpp
Normal file
16
测试/单独功能测试/1-组件测试(实际没有应用)/组件调用dll-调用端/HWCVDLL2/dllmain.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
// dllmain.cpp : DllMain 的实现。
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "resource.h"
|
||||
#include "HWCVDLL2_i.h"
|
||||
#include "dllmain.h"
|
||||
#include "compreg.h"
|
||||
|
||||
CHWCVDLL2Module _AtlModule;
|
||||
|
||||
// DLL 入口点
|
||||
extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
|
||||
{
|
||||
hInstance;
|
||||
return _AtlModule.DllMain(dwReason, lpReserved);
|
||||
}
|
||||
Reference in New Issue
Block a user