dynamic-linking
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 分类:问答Python Linking Problem while running Django on Apache with mod_wsgi: symbol not found __cg_jpeg_resync_to_restart
I get this error when I try to run my django site on apache. The site works on the development server:[详细]
2023-03-22 10:20 分类:问答What's the difference between "gcc -lname" and "gcc libname.so ..."
It 开发者_JAVA技巧seems to me that both work, any difference? Does gcc libname.so ... statically links libname.so or not?gcc -l looks for both static and dynamic libraries (unless -static is given) i[详细]
2023-03-21 19:12 分类:问答Linking to a DLL with a DEF file instead of a LIB file?
I have learned that you can: Convert a .DLL file into a .DEF file, which includes its exports (Edit: This doesn\'t work with many conventions)[详细]
2023-03-21 06:19 分类:问答Java - LP solvers dynamic link error
I am having problems with linear progra开发者_如何学Pythonmming solvers on a project I am working on. Firstly I tried using Ajanta, but this won\'t solve the class of problems I needed to solve. So I[详细]
2023-03-17 16:05 分类:问答mixing compiler
I am wondering if it is possible to link a c++ program compiled with gcc4.2 with a shared c++ library that is compiled in a later version like gcc4.5.[详细]
2023-03-17 10:21 分类:问答Why is a Missing Shared Library Fatal?
g++ -o Test Test.cpp -lTest /usr/bin/ld: cannot find -lTest collect2: ld returned 1 exit status If symbols from shared/dynamic libraries are load开发者_开发技巧ed on-demand at runtime, why is it a f[详细]
2023-03-16 21:38 分类:问答Linking two shared libraries with some of the same symbols
I link with two different shared librari开发者_如何学编程es. Both libraries define some symbols that share a name but have different implementations. I can\'t make each library use its own implementat[详细]
2023-03-16 18:27 分类:问答Marshal C++ "char**" in C#
I\'m calling C# method from C++ and passing char** as argument. It has to be char** because I need to return value through parameter.[详细]
2023-03-15 10:43 分类:问答Dynamic load C# dll in C++? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicates: How to use c# Dll in vc++??[详细]
2023-03-14 23:34 分类:问答