Tagged Questions

0
votes
2answers
189 views

How am I getting a linker error: Unresolved external symbol

This is in a Windows Console application, so I have no idea how this is happening at all. #include "Library.h" //poglathon.cpp //starting region bool Poglathon(std::vector<std::string>& ...
0
votes
1answer
169 views

Unresolved External Symbol? error lnk2019

I was wondering if anyone knew what this error meant. Thanks error LNK2019: unresolved external symbol "public: void __thiscall LinkedList,class std::allocator > >::LocItem *>::decreasekey(class ...
0
votes
1answer
313 views

MSVC 2008 - Unresolved External errors with LIB but only with DLL, not with EXE project

I have a DLL that I am trying to link with a libjpeg LIB using MSVC 2008 that is generating Unresolved External Symbol errors for the libjpeg functions. I also have a test project that links with the ...
0
votes
3answers
649 views

unresolved external symbol Error - C

Linking... mongoose.obj : error LNK2019: unresolved external symbol _send@16 referenced in function _push static uint64_t push(int fd, SOCKET sock, SSL *ssl, const char *buf, uint64_t len) { ...