1
vote
4answers
166 views
Easy check for unresolved symbols in shared libraries?
I am writing a fairly large C++ shared-object library, and have run into a small issue that makes debugging a pain:
If I define a function/method in a header file, and forget to create a stub for it …
3
votes
2answers
284 views
Possible reasons for [ILINK32 Error] Error: Unresolved external ‘__fastcall System::TObject::NewInstance(System::TMetaClass *)’ referenced from XXX.obj?
Can you suggest what factors can cause an C++ Builder's 2009 linker error "Unresolved external '__fastcall System::TObject::NewInstance(System::TMetaClass *)' referenced from XXX.obj"?
We have a set …
0
votes
1answer
133 views
Problem in plug-in development: Eclipse 3.4 can’t find a bundle that is definitively there!
Today I had a problem with my old Eclipse 3.4 installation and I had to re-download the entire package. However, I don't think that I got the exact package as before, and I'm having some problems.
…
-1
votes
3answers
127 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)
{
…
0
votes
3answers
94 views
Linking error in C++ - implementing a indexList
Linking...
Directory.obj : error LNK2019: unresolved external symbol "public: void __thiscall indexList<class entry,100>::read(class std::basic_istream<char,struct …
0
votes
1answer
178 views
VSTS DB GDR - Why are references unresolved within the same database?
I am playing around with the Visual Studio Team Suite Database Edition GDR, and I've imported several of our databases.
I have literally thousands of warnings, most of which are unresolved …
2
votes
2answers
415 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 …
1
vote
4answers
381 views
Extern keyword and unresolved external symbols!
I drew a little graph in paint that explains my problem:
But it doesn't seem to show up when I use the <img> tag after posting?
Here is a direct link: http://i44.tinypic.com/103gcbk.jpg
