static-linking
Can you link a C++ library from a C application?
I have cross compiled an open-source library (C++ based) using my G++ cross compiler. I am开发者_运维问答 now trying to use the outputted .a files in my C based application that is built using my GCC[详细]
2023-03-25 04:45 分类:问答Visual Studio 2008 c++ linker refuses to link?
I am banging my head against a wall here. All i want is to link a static .lib file in a cpp windows forms application! So, i have an include folder in my project folder that holds header files for t[详细]
2023-03-24 18:00 分类:问答Misunderstanding concerning g++, dynamic and static linking on linux vs windows
I\'m a little confused by what I\'ve learned today. I hope somebody can help me out. I understand the concept of dynamic and static linking, but the problem is as follows. On windows, or at least the[详细]
2023-03-22 11:20 分类:问答How can I strip down the Qt libraries to remove stuff not used by my application?
I\'m shipping a stand-alon开发者_开发百科e Linux application with Qt libraries compiled-in. Is there a tool which would scan my source code, see which classes/methods my app uses, then it would pluck[详细]
2023-03-22 10:19 分类:问答Using vmalloc (libvmalloc.a) on Mac and CentOS- cannot include vmalloc header
I want to allocate virtually contiguous range memory so that I can use the locality property (spatial locality) when accessing data, with consideration for better performance. I found out at the follo[详细]
2023-03-21 00:01 分类:问答static member explicit definition
Consider this code: #include<iostream> using namespace std; class Wilma { public: static int i; Wilma()[详细]
2023-03-19 14:29 分类:问答Linking with 32bit libraries under linux 64bit
Let me explain. I\'m using webots in combination with aldebaran SDK. My operating system is Debian Squeeze amd64. Webots (64bit) will not work with aldebaran SDK because their libraries are compiled f[详细]
2023-03-18 08:53 分类:问答gcc functions with constructor attribute are not being linked
I have a bunch of static libraries and they are interdependent. I faced problems while linking those libraries for my target because of dependencies.[详细]
2023-03-18 01:19 分类:问答Statically link to the dll files
I have al开发者_JAVA技巧ready built a project, and run it in VS2010. But if I want to run the .exe on other computers which does not[详细]
2023-03-16 22:41 分类:问答Adding a library to an MFC project
So this might be super basic, but that\'s what happens when you get a job you aren\'t wholly qualified for, right?[详细]
2023-03-16 12:15 分类:问答