I am trying to statically link against the open frameworks build of libfreeimage.a for the Android NDK (using the native-activity sample as a template).
I\'ve been having trouble compiling my own OpenCV iOS project. I started with a simple command-line app target and I\'ve now added an iOS app target. The problem is that my iOS target produces the fol
My knowledge is C is very limited. I am trying to upgrade a library used in my project. I replaced the old static library and header file with the updated files. When I try to build my project, I am g
I\'m having problems compiling a code to test if the PCRE library is installed correctly. #include <string>
While I am compiling its giving error message : usimage.cpp Generating Code... Linking... Creating library .\\Output/gci2.lib and object .\\Output/gci2.exp
Undefined symbols: \"vtable for NameSpaceA::NameSpaceB::ClassA\", referenced from: __ZTVN4NameSpaceA17NameSpaceB15ClassAE$non_lazy_ptr in libSomeLib.a(SomeLib.bulk.o)
This question already has answers here: What is an undefined reference/unresolved external symbol error and how do I fix it?
I am using SQLAPI++ to connect to Oracle from my Visual C++ application. I can easily connect to database from VC++ only when I do it in Win32 console appliation mode.
I have this simple code: max = (int) sqrt (number); and in the header I have开发者_如何学运维: #include <math.h>
I was looking for a lock-free hash table implementation in C or C++ and found one: SunriseDD. That was the good news :) For a few days I am trying to get this up and running but with no luck. I can co