Top "Linker-errors" questions

An error received when combining individually compiled object files into executable code.

Exporting static data in a DLL

I have a DLL which contains a class with static members. I use __declspec(dllexport) in order to make use …

c++ windows linker-errors dllexport
Link error /Build/Products/Debug-iphonesimulator file not found

I have problem with Xcode, keeps giving me a linker error, and it doesn't build the project. The following is …

ios xcode linker-errors
“File not found”, “linker command failed with exit code 1” in Xcode 4.5.1

Am developing an existing iOS application and I have to write unit test cases for this project. It is building …

ios unit-testing linker-errors file-not-found
Linker outfile property file does not match targetpath?

I'm trying to compile a C++ type .DLL for a SierraChart custom study. (Which is a financial trading application.) Here …

c++ visual-studio-2010 msbuild linker-errors
visual studio 2010 express + win sdk = cannot open input file 'kernel32.lib'

I used to compile for x64 using VS2008 express and win SDK. Recently rebuilt my machine (upgraded to 64bit Windows 7) …

windows visual-c++ 64-bit linker-errors
undefined reference to `crypt'

I am using the below code that i found somewhere in the net and i am getting an error when …

c cryptography linker-errors crypt
Unable to compile Rust hello world on Windows: linker link.exe not found

I have installed Rust on windows from Rust installation page. After installation I tried running the "hello world" program but …

compiler-errors installation rust linker-errors build-tools
Linker errors-Undefined Reference to

I have project which has a dependency of a logging project when i build this other project i get the …

c++ linker linker-errors netbeans-7.1
Q_OBJECT linker error!

I am receiving the following linker error when I build my application. HIMyClass.obj:: error: unresolved external symbol "public: virtual …

c++ qt qt4 linker-errors qobject
STD linker error with Apple LLVM 4.1

I've got a large static library in C++ with bits of Objective-C originally built for iOS (armv7). I built a …

c++ xcode macos linker-errors std