shared-libraries
Uncatchable C++ exceptions (Shared libs, arm-linux-gnueabi-g++)
I\'m facing a strange problem related to exceptions thrown across DSO boundaries. When the code is compiled for embedded linux board with arm-none-linux-gnueabi-g++, the exceptions can\'t be caught, i[详细]
2023-03-29 01:18 分类:问答What's the accepted method for deploying a linux application that relies on shared libraries?
I have an application that relies on Qt, GDCM, and VTK, with the main build environment being Qt.All of these libraries are cross-platform and compile on Windows, Mac, and Linux.I need to deploy the a[详细]
2023-03-28 16:17 分类:问答What is the meaning of this ImportError when importing a Cython generated .so file?
I am walking through the Cython documentation and building each of the example apps. I\'m a little stuck at Using C Libraries. After successfully building the .so file and attempting to import it in a[详细]
2023-03-28 01:08 分类:问答program cannot find libQt3Support.so.4 even though I have it in ~/lib
I installed Qt4 in my local home in a Ubuntu system and the Qt4 libraries are in ~/lib. I have another program (hawkeye for genome assembly) dependent on Qt4 however when I run that it gives the error[详细]
2023-03-28 00:49 分类:问答Is it possible to create such C++ macros that would wrap your standard (inherited) class into an application?
So we have simple interface base class: class animal { public: animal(int age) : age_(age) { } virtual ~animal(void) {[详细]
2023-03-26 10:09 分类:问答GDB does not break in dynamically-loaded .so file?
In my Linux system I\'m writing a program that dynamically loads some .so libraries when running.It\'s like this: The executable program will search u开发者_高级运维nder a particular directory when it[详细]
2023-03-25 19:11 分类:问答How to pass java.net.Socket to a C++ DLL function waiting for `BoostSocket.assign(tcp::v4(), nativeSocketFromJava);`
So I wonder is it possible and how to pass socket from ja开发者_C百科va to some DLL library waiting for native for this OS socket? Could any one provide an example? Is it anyhow possible to use org.ap[详细]
2023-03-25 14:54 分类:问答Getting jars in tomcat/shared/lib to log using the config of the webapp calling them
I\'m looking to upgrade our tomcat instance from 5.5.27 to 6.0.32 and am having some issues with the logging from jars in the shared/lib directory (I\'ve recreated this directory in tomcat 6).[详细]
2023-03-25 08:42 分类:问答how can i know the footprint of my .so library?
In embedded we often listen word like low footprint library. so how can i know the footpri开发者_Go百科nt of my library.so or library.a file..?[详细]
2023-03-25 06:26 分类:问答C++ interface design around shared library boundaries
Suppose I have two projects. One is an application and the other is a shared library that contains common, reusable code that could be used by more than just this application.[详细]
2023-03-25 04:31 分类:问答