Skip to content

Instantly share code, notes, and snippets.

@zacps
Created July 4, 2018 06:45
Show Gist options
  • Save zacps/83d5536de17321181cad67e659db82bb to your computer and use it in GitHub Desktop.
Save zacps/83d5536de17321181cad67e659db82bb to your computer and use it in GitHub Desktop.
libwinpty_sys-c542213752f0d127.rlib(BackgroundDesktop.o) : error LNK2019: unresolved external symbol __imp_CreateDesktopW referenced in function "public: __cdecl BackgroundDesktop::BackgroundDesktop(void)" (??0BackgroundDesktop@@QEAA@XZ)
libwinpty_sys-c542213752f0d127.rlib(BackgroundDesktop.o) : error LNK2019: unresolved external symbol __imp_CloseDesktop referenced in function "public: void __cdecl BackgroundDesktop::dispose(void)" (?dispose@BackgroundDesktop@@QEAAXXZ)
libwinpty_sys-c542213752f0d127.rlib(BackgroundDesktop.o) : error LNK2019: unresolved external symbol __imp_GetThreadDesktop referenced in function "class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl getCurrentDesktopName(void)" (?getCurrentDesktopName@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ)
libwinpty_sys-c542213752f0d127.rlib(BackgroundDesktop.o) : error LNK2019: unresolved external symbol __imp_CreateWindowStationW referenced in function "public: __cdecl BackgroundDesktop::BackgroundDesktop(void)" (??0BackgroundDesktop@@QEAA@XZ)
libwinpty_sys-c542213752f0d127.rlib(BackgroundDesktop.o) : error LNK2019: unresolved external symbol __imp_CloseWindowStation referenced in function "public: void __cdecl BackgroundDesktop::dispose(void)" (?dispose@BackgroundDesktop@@QEAAXXZ)
libwinpty_sys-c542213752f0d127.rlib(BackgroundDesktop.o) : error LNK2019: unresolved external symbol __imp_SetProcessWindowStation referenced in function "public: __cdecl BackgroundDesktop::BackgroundDesktop(void)" (??0BackgroundDesktop@@QEAA@XZ)
libwinpty_sys-c542213752f0d127.rlib(BackgroundDesktop.o) : error LNK2019: unresolved external symbol __imp_GetProcessWindowStation referenced in function "public: __cdecl BackgroundDesktop::BackgroundDesktop(void)" (??0BackgroundDesktop@@QEAA@XZ)
libwinpty_sys-c542213752f0d127.rlib(BackgroundDesktop.o) : error LNK2019: unresolved external symbol __imp_GetUserObjectInformationW referenced in function "class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl `anonymous namespace'::getObjectName(void *)" (?getObjectName@?A0xaa51575d@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PEAX@Z)
C:\Users\Zac\Programming\alacritty\winpty\target\debug\deps\winpty-cf384a0a6d4a3cfe.exe : fatal error LNK1120: 8 unresolved externals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment