shared-libraries
Installing Task Management System without Social Office portlet
I want to install TMS (Task Management System) from SO (Social Office) to my Liferay so that I would not install the SO first. So, it would be used as a portlet or so and I don\'t have to take t开发者[详细]
2023-03-12 11:53 分类:问答Multiple projects referencing MFC: "use mfc in a static library" vs "use mfc in a shared dll"?
Using Visual Studio 2010 C++.I have a project which uses MFC and I am statically linking to MFC.I am in the process of trying to extract the non-GUI functionality into a separate static library projec[详细]
2023-03-11 10:38 分类:问答Why can't you combine a DLL with an EXE, as if it had been statically linked?
Why isn\'t it possible* to \"re-link\" a native shared library (DLL) i开发者_Go百科nto an executable file, as if they had been statically linked? Is the DLL missing any required information?[详细]
2023-03-10 21:20 分类:问答How to show a reference of the shared assembly in the .net add reference dialog window?
Q: I make a dll and put it in the global assembly cache (GAC),now i wanna to use this dll in my application , but i can\'t see any reference to it.[详细]
2023-03-10 02:58 分类:问答What is causing sprof to complain about "inconsistency detected by ld.so"?
I\'m trying to use sprof to profile some software (ossim) where almost all the code is in a shared library. I\'ve generated a profiling file, but when I run sprof, I get the following error:[详细]
2023-03-09 21:02 分类:问答Link multiple instances of same shared library into JVM
The goal is to emulate multi-threaded behavior for a .so which is not thread-safe. Memory is plentiful, not a problem. What is important for me is down-calls via JNI. What is not important is up-calls[详细]
2023-03-09 18:18 分类:问答How to use copy_from_user?
ssize_t probchar_write(struct file *filp, const char __user *data, size_t s, loff_t *off) { printk(KERN_DEBUG \"Data> |%s|\\n\", data); // only for debug[详细]
2023-03-09 10:38 分类:问答Building Python 2.6 as shared library broke (after previously working), any reason why?
I\'m on a VPS running CentOS, with has Python 2.4 installed - which unfortunately means that I have to avoid breaking it. So I\'m installing Python 2.6 as a separate install, then using virtualenv. Ye[详细]
2023-03-09 07:27 分类:问答C++ NetBeans Linking External Sources and .so Files
I am writing a C++ program in Linux with NetBeans.I am having difficulty setting it up to use external sources/shared objects.I have the .so files from the compiled external package and the source fil[详细]
2023-03-08 21:47 分类:问答Freeglut program compiles but when run, shows the error: libglut.so.3: cannot open shared object file
This is my program: #include </usr/local/include/GL/glut.h> int main(int argc, char **argv) { glutInit(&argc, argv);[详细]
2023-03-08 19:06 分类:问答