static-libraries
Why the size of exe file is more, when we use a static library than the shared library
I got some question regarding the shared and static libraries.So let me tell you what i did is, I have created a static library and also a shared library using the gcc commands and the size of libarit[详细]
2023-03-19 21:08 分类:问答Static library "interface"
Is there any way to tell the compiler (gcc/mingw32) when building an object file (lib*.o) to only expose certain functions from the .c file?[详细]
2023-03-19 14:18 分类:问答C++ Statically linked shared library
I have a shared library used by a another application beyond my control which requires *.so objects. My library makes use of sqlite3 which needs to be statically linked with it (I absolutely need a se[详细]
2023-03-19 13:29 分类:问答Can't compile against OCILIB
I\'m having trouble compiling some code against ocilib (libocilib.a) on version 3.9.0: $ ls libocilib.a ocilib.htest.c[详细]
2023-03-18 13:12 分类:问答libxml2 linking issues
I am running an Android project, it had missing libraries that I added, but there is no jar for libxml2, I keep getting this linking error:[详细]
2023-03-18 05:45 分类:问答iPhone : How to hide code of static library while debug in simultor
I have built a static library which I am using into one application. The static library is built for iPhone device and simulator and created universal library[详细]
2023-03-17 19:03 分类:问答Linking to a static library that requires a frameworks
I have a main project and a few smaller sub-projects. The smaller projects contain both a self contained Cocos2d app and a static library containing only the classes that are relevant to the main proj[详细]
2023-03-17 09:00 分类:问答What is the simplest way to design an iOS static library that provides its own modal UI?
I\'m designing an iOS static library that will be used by other developers. This library needs to provide its own modal UI. I\'m looking for the simplest way to design the interface between the applic[详细]
2023-03-17 07:14 分类:问答QtCreator: static library but still asking for DLL
I\'m using QtCreator and I got two projects, each with an own PRO file. The Viewer is a normal Qt app.[详细]
2023-03-16 20:50 分类:问答Box2D static library project installation issues
Hey so i just took the following steps: Downloaded Box2d 2.1.2 and used cmake to build the msVS++ projectiles[详细]
2023-03-16 10:51 分类:问答