linker-errors
Android NDK linker error 'Undefined reference to std::ios_base' when using FreeImage
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).[详细]
2023-02-24 19:38 分类:问答Linking OpenCV library in Xcode 4?
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[详细]
2023-02-24 17:02 分类:问答unresolved external symbol error. dumpbin shows extra @number appended to symbols
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[详细]
2023-02-24 00:07 分类:问答Compiling error C++ - undefined references using PCRE library
I\'m having problems compiling a code to test if the PCRE library is installed correctly. #include <string>[详细]
2023-02-22 18:02 分类:问答Unresolved Error
While I am compiling its giving error message : usimage.cpp Generating Code... Linking... Creating library .\\Output/gci2.lib and object .\\Output/gci2.exp[详细]
2023-02-19 23:54 分类:问答GCC linker error when building for iPhone
Undefined symbols: \"vtable for NameSpaceA::NameSpaceB::ClassA\", referenced from: __ZTVN4NameSpaceA17NameSpaceB15ClassAE$non_lazy_ptr in libSomeLib.a(SomeLib.bulk.o)[详细]
2023-02-19 09:01 分类:问答Linker error LNK2019 in C++ [duplicate]
This question already has answers here: What is an undefined reference/unresolved external symbol error and how do I fix it?[详细]
2023-02-18 20:01 分类:问答Linker error in Visual C++ Windows Forms project
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.[详细]
2023-02-16 04:24 分类:问答Undefined reference to sqrt (or other mathematical functions)
I have this simple code: max = (int) sqrt (number); and in the header I have开发者_如何学运维: #include <math.h>[详细]
2023-02-15 23:56 分类:问答How to link a SunriseDD C library with a C++ app?
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[详细]
2023-02-15 22:55 分类:问答