Project

General

Profile

I want to create a project that would build a DLL, for te... » errors_wtdll.txt

Osman Zakir, 06/11/2017 02:59 AM

 
1>------ Build started: Project: hello_dll, Configuration: Debug x64 ------
1> Creating library C:\Users\Osman\programming\visual_studio_2017\Projects\Wt\hello_dll\x64\Debug\hello_dll\hello_dll.lib and object C:\Users\Osman\programming\visual_studio_2017\Projects\Wt\hello_dll\x64\Debug\hello_dll\hello_dll.exp
1>hello_dll.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl Wt::WRun(int,char * *,class boost::function<class Wt::WApplication * __cdecl(class Wt::WEnvironment const &)>)" (__imp_?WRun@Wt@@YAHHPEAPEADV?$function@$$A6APEAVWApplication@Wt@@AEBVWEnvironment@2@@Z@boost@@@Z) referenced in function main
1>libboost_thread-vc140-mt-gd-1_63.lib(thread.obj) : error LNK2019: unresolved external symbol __imp_GetModuleHandleA referenced in function "int (__cdecl*__cdecl boost::this_thread::detail_::SetWaitableTimerEx(void))(void *,union _LARGE_INTEGER const *,long,void (__cdecl*)(void *,unsigned long,unsigned long),void *,struct boost::this_thread::detail_::_REASON_CONTEXT *,unsigned long)" (?SetWaitableTimerEx@detail_@this_thread@boost@@YAP6AHPEAXPEBT_LARGE_INTEGER@@JP6AX0KK@Z0PEAU_REASON_CONTEXT@123@K@ZXZ)
1>wtisapid.lib(Server.obj) : error LNK2001: unresolved external symbol __imp_GetModuleHandleA
1>wtisapid.lib(Server.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl Wt::WServer::stop(void)" (__imp_?stop@WServer@Wt@@QEAAXXZ) referenced in function "public: void __cdecl Wt::isapi::IsapiServer::shutdown(void)" (?shutdown@IsapiServer@isapi@Wt@@QEAAXXZ)
1>wtisapid.lib(Server.obj) : error LNK2019: unresolved external symbol __imp_GetModuleHandleExA referenced in function "struct HINSTANCE__ * __cdecl Wt::isapi::`anonymous namespace'::GetCurrentModule(void)" (?GetCurrentModule@?A0x9e09716f@isapi@Wt@@YAPEAUHINSTANCE__@@XZ)
1>wtisapid.lib(IsapiRequest.obj) : error LNK2019: unresolved external symbol BIO_free_all referenced in function "struct x509_st * __cdecl `anonymous namespace'::convertCertContext(struct _CERT_CONTEXT const &)" (?convertCertContext@?A0x447ef283@@YAPEAUx509_st@@AEBU_CERT_CONTEXT@@@Z)
1>wtisapid.lib(IsapiRequest.obj) : error LNK2019: unresolved external symbol BIO_new_mem_buf referenced in function "struct x509_st * __cdecl `anonymous namespace'::convertCertContext(struct _CERT_CONTEXT const &)" (?convertCertContext@?A0x447ef283@@YAPEAUx509_st@@AEBU_CERT_CONTEXT@@@Z)
1>wtisapid.lib(IsapiRequest.obj) : error LNK2019: unresolved external symbol d2i_X509_bio referenced in function "struct x509_st * __cdecl `anonymous namespace'::convertCertContext(struct _CERT_CONTEXT const &)" (?convertCertContext@?A0x447ef283@@YAPEAUx509_st@@AEBU_CERT_CONTEXT@@@Z)
1>wtisapid.lib(IsapiRequest.obj) : error LNK2019: unresolved external symbol X509_free referenced in function "public: virtual class Wt::WSslInfo * __cdecl Wt::isapi::IsapiRequest::sslInfo(void)const " (?sslInfo@IsapiRequest@isapi@Wt@@UEBAPEAVWSslInfo@3@XZ)
1>C:\Users\Osman\programming\visual_studio_2017\Projects\Wt\hello_dll\x64\Debug\hello_dll\hello_dll.dll : fatal error LNK1120: 8 unresolved externals
1>Done building project "hello_dll.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
(1-1/4)