I am receiving the following linker error when I build my application. HIMyClass.obj:: error: unresolved external symbol \"public:
I have a C program that dynamically loads a .so file at runtime in order to connect to a MySQL database. On an x86 (32bit) kernel this works fine but when I recompile my program on an x86_64 (64 bit)
I made a static library with GCC. Building of the library was OK. When I use it the linker throws undefined reference errors on some functions. But nm says the functions are defined and exported in t
I\'m compiling a large HPC system written in Fortran using the Intel compiler (ifort). There are about several hundred individual modules and they all compile fine, but the linker throws up this error
I am trying to call Matlab functions from C++ code. With Matlab it comes an example of such code at /extern/examples/eng_mat/engdemo.cpp, however I found no way to build that source code.
Using Visual Studio 10 C++, I\'m having weird link error. For some reason references to a global object won\'t link to that global object. It is telling me a symbol is undefined yet when I have it vie
I am using SIFT algorithm code by Rob Hess which uses OpenCV library, in Windows. And I am having visual studio 2008 as the IDE. When I run the program for image matching having Debug as the Solution
I\'m having problems with compiling a project I\'m working on. Everything else works just fine, but when I compile, I get this error message:
I have a Point class (with integer members x and y) that has a member function withinBounds that is declared like so:
I\'m getting the following error and can\'t for the life of me figure out what I\'m doing wrong. $ gcc main.c -o main