Tagged Questions
1
vote
1answer
276 views
MSVSC++ 2008 Linker Broken, Will Not Compile Any Program
I have been having some major issues with my Visual Studio 2008 Pro install. It will not compile any program, no matter how simple it is, without giving me at least 15 linker errors. I have tried a ...
1
vote
4answers
1k 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
0
votes
2answers
190 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
2answers
489 views
How to detect unresolved symbol when creating a library?
Under Solaris 10, I'm creating a library A.so that calls a function f() which is defined in library B.so. To compile the library A.so, I declare in my code f() as extern.
Unfortunately, I "forgot" to ...
0
votes
3answers
121 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 ...