dynamic-linking
Unresolved externals when compiling code which uses a dll
I\'m trying to get started on using dll\'s for my code in VS 2005.The code I have is very simple, just to try a test case.开发者_JAVA百科[详细]
2023-03-01 06:50 分类:问答Android app crashes since shared library cannot fit in /system
I have a shared library that I build with the Android NDK, which ends up being 80MB (yes, huge!).I absolutely cannot shrink it down in size.The problem is, when the Android application is being instal[详细]
2023-02-28 14:36 分类:问答Linking Frameworks into QuickLook plugins
I am trying to write a QuickLook generator. For this, I need to link against a framework I created. However, as soon as I link against said framework, qlmanage refuses to load my plugin by telling me:[详细]
2023-02-28 04:00 分类:问答How to resolve an unresolved symbol?
Greetings. I\'m having a problem dynamically linking my lib to my program. Here\'s what\'s happening : I\'m developing a modular program and testing the module system. The thing is my modules uses so[详细]
2023-02-25 19:15 分类:问答Load-time linking with C++Builder DLL in VC++
Is it possible to use a C++Builder DLL in a VC++ application using load-time linking? If so, how is this done? I tried to build the VC++ application against my C++Builder .lib file, but got an error i[详细]
2023-02-25 07:48 分类:问答`GLIBCXX_3.4.11' not found, run system call from MATLAB that links to glibc different than what's in matlab bin path
I\'m trying to circumvent using MEX to link to MATLAB and just call a binary using \"!\" as in: >> !template_image_rigid -args ....[详细]
2023-02-25 07:02 分类:问答check compatability of a shared library before dynamically loading it
I have a program and bunch of \"plug-ins\" (shared libraries) that the main program loads on request during the runtime.[详细]
2023-02-24 03:25 分类:问答Segmentation Error when using a shared library
Im building a shared library on linux. the library \".so\" was sucessfully created, but when I tried to link it to a test application (with an empty main) and run the executable I got a segmentation e[详细]
2023-02-23 19:19 分类:问答Writing a makefile to build dynamic libraries
I have a makefile in my src directory. The makefile should build the data structures, which are in DataStructures/, and then iterate over all cpp files in calculations/ and create a corresponding .so[详细]
2023-02-23 00:04 分类:问答How to include a shared library with SConstruct?
I have built a shared library from a part of the Mobile Robot Programming Toolkit ( MRPT-Homepage ). Now I am wondering how to include this in my SConstruct build script? I have the headerfiles for th[详细]
2023-02-22 07:10 分类:问答