1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-09 03:00:41 +03:00

vpnweb: add atlthunk.lib to the dependencies

VpnWebControl.obj : error LNK2019: unresolved external symbol "void __stdcall ATL::__FreeStdCallThunk(void *)" (?__FreeStdCallThunk@ATL@@YGXPAX@Z) referenced in function "public: static void __cdecl ATL::_stdcallthunk::operator delete(void *)" (??3_stdcallthunk@ATL@@SAXPAX@Z)

VpnWebControl.obj : error LNK2019: unresolved external symbol "void * __stdcall ATL::__AllocStdCallThunk(void)" (?__AllocStdCallThunk@ATL@@YGPAXXZ) referenced in function "public: static void * __cdecl ATL::_stdcallthunk::operator new(unsigned int)" (??2_stdcallthunk@ATL@@SAPAXI@Z)
This commit is contained in:
Davide Beatrici 2018-04-19 02:37:55 +02:00 committed by Moataz Elmasry
parent 66ca7d8fac
commit 3a2144ce78

View File

@ -77,7 +77,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="&quot;$(SolutionDir)tmp\VersionResources\$(ProjectName)_$(PlatformName).res&quot;"
AdditionalDependencies="atlthunk.lib &quot;$(SolutionDir)tmp\VersionResources\$(ProjectName)_$(PlatformName).res&quot;"
OutputFile="$(OutDir)\not_signed\vpnweb.ocx"
LinkIncremental="2"
AdditionalLibraryDirectories="&quot;C:\WinDDK\7600.16385.1\lib\ATL\i386&quot;"
@ -183,7 +183,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="&quot;$(SolutionDir)tmp\VersionResources\$(ProjectName)_$(PlatformName).res&quot;"
AdditionalDependencies="atlthunk.lib &quot;$(SolutionDir)tmp\VersionResources\$(ProjectName)_$(PlatformName).res&quot;"
OutputFile="$(OutDir)\not_signed\vpnweb.ocx"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;C:\WinDDK\7600.16385.1\lib\ATL\i386&quot;;&quot;C:\Program Files (x86)\Microsoft Visual Studio 8\VC\lib&quot;"