I have a question which may be somewhat silly because I\'m pretty sure I may know the answer already.
Is there any way to find out the list of undefined symbols in windows static library compiled using VC6?
I\'m trying to make a static library from a class but when trying to use it, I always get errors with undefined references on anything. The way I proceeded was creating the object file like
I have created a shared library on linux x86.In creating it, I have statically linked in openssl.OpenSSL is only u开发者_如何转开发sed internally however I see that the openssl symbols have been expor
I have a static library (let\'s call it S) that uses a category (NSData+Base64 from MGTwitterEngine) and a C library (MiniZip wrapped by ZipArchive, a mm file).
I write a program helloworld.exe; it depends on a.dll. I don\'t have the source c开发者_StackOverflow社区ode of the a.dll, which is a dynamic dll. How can i change it to static library, so I can link
I have an old c++ project compiled with VC6. I need to statically lin开发者_开发知识库k a new library to implement a new functionality.
I have compiled several libraries with MingW/MSYS... the generated static libraries are always .a files.
I tried to compile Qt+Webkit statically with MS VS 2008 and this worked. C:\\Qt\\4.6.2>configure -release -static -opensource -no-fast -no-exceptions -no-accessibility -no-rtti -no-stl -no-opengl
开发者_JS百科I have a Visual Studio 2008 C++ project that outputs a static library and uses some functionality of the Boost Library.When I build the project in Debug configuration, the .lib file is 7.