Alternate
e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
OSSLibrary.h
[詳解]
1
6
7
#pragma once
8
9
#include <Windows.h>
10
#include <tchar.h>
11
12
#ifdef OSSLIBRARY_EXPORTS
13
#pragma message("DLL EXPORTING..."
)
14
#ifndef DLL_DECLSPEC
15
#define DLL_DECLSPEC __declspec(dllexport)
16
#endif
17
#else
18
#ifndef DLL_DECLSPEC
19
#define DLL_DECLSPEC __declspec(dllimport)
20
#endif
21
#pragma comment(lib, "OSSLibrary"
)
22
#pragma message("OSSLibrary is now importing..."
)
23
#endif
24
25
BOOL APIENTRY
DllMain
(HMODULE hModule, DWORD dwReasonForCall, LPVOID lpvReserved);
26
27
namespace
oss
28
{
31
class
DLL_DECLSPEC
OSSLibrary
32
{
33
public
:
34
OSSLibrary
();
35
virtual
~OSSLibrary
();
36
};
37
}
DLL_DECLSPEC
#define DLL_DECLSPEC
Definition:
framework.h:17
DllMain
BOOL APIENTRY DllMain(HMODULE hModule, DWORD dwReasonForCall, LPVOID lpvReserved)
Definition:
DBLibrary.cpp:11
oss::OSSLibrary
プロジェクト共通基底クラス
Definition:
OSSLibrary.h:32
oss
Definition:
OSSLibrary.h:28
OSSLibrary
OSSLibrary.h
構築:
1.9.6