Tagged Questions
3
votes
2answers
2k views
Are there general guidlines for solving undefined reference/unresolved symbol issues?
I'm having several "undefined reference" (during linkage) and "unresolved symbol" (during runtime after dlopen) issues where I work. It is quite a large makefile system.
Are there general rules and ...
0
votes
3answers
179 views
Upgrade to VS2010: Random Unresolved Symbol
I just went from visual studio 2008 to 2010, and after solving all issues my project runs perfectly.
However sometimes a project is complaining about unresolved symbols. When I rebuild the objects ...
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
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)
{
...