Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit fb301dd

Browse files
committed
32bit版で「TVTGetVersion()関数のアドレスを取得できません。」とエラーが出るのを修正!
1 parent 6bbb0f0 commit fb301dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

TvTestRPC/Exports.def

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
EXPORTS
2+
TVTGetVersion
3+
TVTGetPluginInfo
4+
TVTInitialize
5+
TVTFinalize

TvTestRPC/TvTestRPC.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ class CMyPlugin : public TVTest::CTVTestPlugin
1414
void UpdateState();
1515
time_t SystemTime2Timet(const SYSTEMTIME&);
1616

17-
DWORD GetVersion() override
18-
{
19-
return TVTEST_PLUGIN_VERSION_(0,0,14);
20-
}
21-
2217
bool GetPluginInfo(TVTest::PluginInfo *pInfo) override
2318
{
2419
pInfo->Type = TVTest::PLUGIN_TYPE_NORMAL;

0 commit comments

Comments
 (0)