An error when combining compiled object files into executable code
0
votes
0answers
27 views
Linker errors when I transfer my files
So I have found an odd error with my project. Whenever I transfer my files from one location to another, it always generates linker errors when I run it from the new location. The "fix" I've found is ...
0
votes
1answer
20 views
linker error for a static member of class
I am trying to find a solution to a linker error for a static member of a class
Here is the code:
//node.h
class Node{
public:
static vector<Node*> nodePointers; //i will use these pointers ...
0
votes
1answer
14 views
Error in using External Classes in Xcode (iOS)
I am a beginner to iOS development, and I have been facing this problem for quite some time now..
Whenever I download an external Library/Class/Module for an iOS project from Github, etc. I get the ...
0
votes
2answers
36 views
Simple C inline linker error
simple problem:
given the following program:
#include <stdio.h>
inline void addEmUp(int a, int b, int * result)
{
if (result) {
*result = a+b;
}
}
int main(int argc, const ...
0
votes
1answer
15 views
allegro 5 linker error
Can someone help me with Allegro 5.0.8 static linking in MSVC2010?
allegro-5.0.8-monolith-static-mt.lib; -> this doesn't work for me. I can run the game from IDE but i can't release the solution.
I ...
0
votes
1answer
27 views
Difficulty in using C standard libraries in the SoCLib tool
I'm an electronic engineering student from Brazil and I'm currently working with embedded systems.
I'm trying to port a MP3 decoder (written in C), called minimp3, to a platform built with the aid of ...
0
votes
3answers
22 views
Weird error while trying to play .mp3 sound effects in xcode?
I am trying to code the simplest 'press a button an hear a sound' setup in xcode as possible, and am still managing to get some cryptic errors. Here is my code:
In .h file:
#import ...
0
votes
0answers
9 views
clang: error: linker command failed with exit code 1 (use -v to see invocation) [ERROR]
I got the following error, when loading titanium module:
clang: error: linker command failed with exit code 1 (use -v to see invocation) [ERROR]
[ERROR] Error: Traceback (most recent call last):
...
-2
votes
0answers
25 views
Xcode linker error in iphone simulator [closed]
My Xcode project can build successfully on device,but when build in simulator, a linker error occurrs. The error message is:
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
...
0
votes
1answer
32 views
Problems with linking C++ code
I'm tying to learn how to make and use a static library and I've faced some problems. This is what I've done.
First I've written some code and placed in into String.h and String.cpp files.
Then I've ...
0
votes
2answers
27 views
Linker error when parameters are passed by reference to C++ dll
In my application, I have a dll which exposes a function that takes two vectors:
static int myFunc( vector<double> vec1, vector<double> &vec2 );
When I changed this declaration to
...
1
vote
2answers
46 views
Linker error from not declaring abstract method in abstract base class?
I have an abstract base class Foo with an abstract method called bar.
I'm calling bar from Foo's constructor. I'm expecting subclasses to override bar (it is abstract after all) and then Foo to call ...
0
votes
1answer
26 views
CMake linking error (undefined reference to)
I am working with the SSL-Vision software. It has an example client that I've been trying to separate from the whole project. I found the sources needed to edit a client myself, so I just copied them ...
0
votes
1answer
85 views
error LNK2019: unresolved external symbol referenced in function _main
i know this problem was there before, but i didn't find any solution for me. So - i'm getting this error in Visual Studio 2010.:
error LNK2001: unresolved external symbol "class Czas __cdecl ...
1
vote
1answer
39 views
Unresolved External Symbol in Singleton Class
I've been coding for a long time now but I do not understand this error. I am writing a custom system for providing unique integer ids to specific instances of objects (I call them tags). And I am ...
0
votes
0answers
41 views
RC2247 : Cannot open Rc file : Resource explorer cannot load resource ; Load failed
I have a win 32 project i am working on and the resource file were working fine till yesterday. Now when i try to open the resource file to edit, it crashes and gives me the following error:
...
0
votes
0answers
36 views
Code compiles until CreateWnd() is thrown in
I am using XE3 and trying to construct a DLL with my third party component. Since it is a rather large project i will describe it then detail the question at hand.
I have multiple cpp files and ...
1
vote
0answers
21 views
three20 Integration error?
Please help me to resolve this error...
This error has comes up when run on device but when run on simulator than application run smoothly without errors..
I have got this below error...
Please ...
0
votes
2answers
56 views
MFC C++ LNK 2019 ERROR
I am trying to a "File Save As" programming code inside MFC Application.
in my TestDlg.h header file i have got
public:
BOOL SaveFile (LPCTSTR pszFile);
CString m_strPathName;
And in my ...
0
votes
1answer
30 views
Unable to build the Test Project that used Google test
I built the google test project.
I added the include directories in General -> Addition Include Directories.
I added the library directory to the Linker -> Additional Library directories
I ...
0
votes
2answers
84 views
Other Linker Flags set to -ObjC [duplicate]
I have included Other Linker Flags set to -ObjC in my Build Settings as I would like to use a framework that requires this (https://github.com/rs/SDWebImage)
However after adding this flag I get ...
1
vote
0answers
20 views
Using GNU ld, how can I force the address of a specific (external) symbol without getting a “relocation truncated” error?
I have two functions, a() and b(), that both have specific, fixed load/run-time addresses. I am compiling a() myself, while b() is already provided (e.g. in ROM).
The file a.c is as follows:
extern ...
0
votes
2answers
31 views
VS2010 MFC LNK 2019 unresolved external symbol
Hi guys I hope that this problem could be solved asap.
I get this problem when I tried to convert ANSI C code to MFC.
library file is linked and header file is included. I don't know how or what this ...
1
vote
2answers
31 views
Connecting databases with java - driver Error [duplicate]
I'm trying to connect a java program I'm making about a university database that I created in MS Access.
My code goes like this:
package Uni;
import java.util.*;
import java.sql.*;
...
1
vote
2answers
70 views
“Error C1083: Cannot open source file” Shouldn't Be Looking For The File At All
I was trying to #include a cpp file with some functions so I can use that cpp file later with other projects. It gave me an 'already defined in .obj' error and since then that .cpp file was like ...
0
votes
1answer
35 views
Assimp SimpleOpenGL example Linker errors
I'm trying to get the sample "SimpleOpenGl" from Assimp to work, but I get some linker errors i can't solve. (And yes I am very new)
I get 12 LNK2001 errors (below is two of them)
...
0
votes
0answers
20 views
ITaskbarList using - linker-error
I have a problem with ITaskbarList and deleting tabs form taskbar. I used the code that's written in this (Hide A Console C++ Program From Taskbar) article, but when I try compile it I get linker ...
0
votes
0answers
35 views
Interesting LNK1104 error when using the static version of boost::filesystem
I'm trying to test out some code which makes use of boost::filesystem for various things.
I built the static version of boost 1.51 for vc11, and the intended libraries came out as expected.
Here are ...
0
votes
0answers
17 views
C/C++ - HWInfo - libhd - Which libraries to link?
I have gotten into libhd (included in hwinfo) since I need to get device information. I got into the documentation and tried this (C/C++):
hd_data_t devices__;
hd_get_input_devices(&devices__);
...
3
votes
1answer
41 views
Using multiple versions of boost
I have a project which uses the MongoDB C++ driver. As I'm on WinXP I have to use MongoDB 2.0, which uses Boost 1.42.
However my application uses Boost 1.48.
When I statically link the MongoDB driver ...
0
votes
1answer
25 views
Linker error when trying to link log4cxx into an Xcode ObjC/C++ program
I have been trying to link log4cxx into my ObjC/ObjC++/C++ project. It compiles but always fails at the link stage due to undefined symbols. By turning on the Xcode build option "Display Mangled ...
0
votes
1answer
19 views
UIColor Category Linker Errors
Earlier today I tried to add Unit tests to my xcode project for a static framework that I am creating. After adding the Unit Tests target to my project, I was able to successfully run the unit tests ...
-2
votes
0answers
51 views
Error(#132) Syntax error in Vertex Shader in OpenGL [closed]
#version 150
in vec4 vPosition;
in vec3 vNormal;
out vec4 color;
...
void main(){
vec3 pos = (uView * uModel * vPosition).xyz;
vec3 L = normalize(LightPosition.xyz - pos);'
...
Error ...
0
votes
0answers
33 views
QT Compilation issue - unresolved externals
I am trying to compile lan-messenger available on sourceforge.net. I could manage to compile the required dependencies such as openssl. However, while compiling the mail application, I am getting the ...
0
votes
1answer
47 views
C++ mutlipule .cpp files error c2374
I'm working on a winapi graphics wrapper and I've encountered a c2374 error "redefinition; multiple initialization". I produced an extremely simplified program to illustrate my issue and I'm hoping ...
0
votes
0answers
77 views
Getting error while implementing admob 6.4.1
I am getting this error while implementing admob 6.4.1
ld: duplicate symbol _OBJC_METACLASS_$_GAIReadOnlySetter in /Users/dinesh/Desktop/Words Game/Source ...
0
votes
3answers
55 views
LNK2005, LNK1169 errors, “int __cdecl g(void)” (?g@@YAHXZ) already defined
I have 3 files in a Visual Studio project: test.cpp, date.cpp and main.cpp -
test.cpp:
int g() { return 0; }
date.cpp:
/*totally empty*/
main.cpp:
#include "test.cpp"
#include "date.cpp"
int ...
0
votes
1answer
52 views
error LNK2019 and LNK1120 errors
I am trying to run a simple bit manipulation exercise to find the high bit position of an unsigned number in Visual Studio 2012 and I keep getting these errors:
error LNK2019: unresolved external ...
-1
votes
1answer
86 views
ANSI C: function already defined in main.obj [closed]
figured it out: "mat.h" wasnt under "Header Files" in the VS solution.
i have 3 files: "main.c", "mat.c", "mat.h".
i declared functions in the header andimplemented them in "mat.c".
i get errors for ...
0
votes
0answers
35 views
How do I add a .cpp file to the linker, Visual C++ 2010 Express to avoid error LNK2019
There are many people who have asked about this error on the forum but none of them seem to have encountered this error in the same situation as me.
I am shifting a g++ project to Microsoft Visual ...
0
votes
0answers
31 views
Undefined Reference when linking two or more files
I am trying to make a simple program for x86 in Cygwin. I've used Visual Studio before, so there's many things about gcc that I'm still trying to understand.
When I compile my file (kernel.c) like ...
6
votes
3answers
121 views
Undefined symbols for constexpr function
When I attempt compiling the following code I get a linker error: Undefined symbols for architecture x86_64: "Foo()", referenced from: _main in main.o using LLVM 4.2.
This behavior only occurs when ...
0
votes
1answer
34 views
Linker Error with Tests in Xcode
I was following along the instructions for building tests using xcode/appcode from TDD site. I got through the initial part ok and started to experiment in my own project, but I keep getting a ...
2
votes
1answer
48 views
explicit specialization of class method - symbol already defined
The One Definition Rule states that a program should contain one definition of every non-inline function. For members of template classes, this not entirely clear to me:
///////////
// Tfoo.h
...
0
votes
2answers
28 views
trying to link two cpp files with a header
I'm trying to call a function from a cpp file (with a list of functions) in another cpp file, I'm using a header file to set the function prototype in both cpp files, my problem is that I'm getting ...
-1
votes
1answer
36 views
Apple Mach O Linker error?
#include <iostream>
#include <cctype>
#include <string>
using namespace std;
int main()
{
string text;
string numbers;
string characters;
string spaces;
...
1
vote
1answer
111 views
Apple Mach-O linker error with duplicate symbols even after linking the .m class files to the build phases in Xcode
When i build and run my project the only error i get, turns out to be the Apple Mach-O linker error
20 duplicate symbols for architecture i386
Linker command failed with exit code 1 (use -v to see ...
1
vote
1answer
54 views
Linking protobuf library using GNU makefile on Linux
I know that the protobuf library must be linked using GNU makefile flags -lprotobuf -lpthread or maybe -l:libprotobuf.so -lpthread; however when I make with -Wl,--verbose I see the following output:
...
0
votes
1answer
630 views
error LNK2001: unresolved external symbol "private: static class
error LNK2001: unresolved external symbol "private: static class irrklang::ISoundEngine * GameEngine::Sound::_soundDevice" (?_soundDevice@Sound@GameEngine@@0PAVISoundEngine@irrklang@@A)
I cannot ...
0
votes
1answer
65 views
How to fix No developer directory found error in Xcode 4.5.1?
Am working in Xcode 4.5.1 with iOS 6.0. Am new to "Test" the iOS applications. Whenever I try to "Test" the app it is showing "Test Succeeded" but through an error in Debugger area.
The error message ...



