shared-objects Questions
3
Possible Duplicate:
dlopen from memory?
I've seen this for Windows' DLL files, being loaded from a memory buffer, but I cant find it anywhere for Linux, and "ld" source code is the mo...
Napiform asked 26/1, 2012 at 9:46
3
Solved
Is it possible to store a Image in a SharedObject in Flash? It would be nice if it would work. I need to "store" Images locally but it seems not to be supported by Flash... So I 'ld like to put tho...
Olfactory asked 28/9, 2009 at 11:2
2
Solved
Suppose I have:
/usr/lib/libsomething.so.1 on machine A;
/usr/lib/libsomething.so.2 on machine B.
Both machines have /usr/lib/libsomething.so symlinking to their respective libs.
If I link usi...
Evilminded asked 13/1, 2011 at 21:29
3
Solved
How does linker know which symbols should be resolved at runtime? Particularly I'm interested what information shared object files carry that instruct linker to resolve symbols at runtime. How does...
Carrycarryall asked 5/10, 2010 at 12:59
3
Solved
What is the command line to see the contents of a Shared Object module (lib*.so)?
Like how we use:
ar -t lib*.a
for archives(lib*.a) and it displays all the object files in the library.
EDIT1 ...
Lowborn asked 7/9, 2010 at 5:48
5
Solved
I've been programming a software version of a board game. Thus far I have written the classes which will correspond to physical objects on the game board. I'm well into writing the program logic, h...
Diverge asked 23/4, 2010 at 15:23
5
Solved
is there something like .dll or .so, but cross-platform?
Paralyze asked 25/1, 2010 at 22:29
2
Solved
Consider this scenario in which an executable A.bin uses libY.so and libZ.so. A.c, Y.c and Z.c are all written in C.
Z.c and Y.c are compiled into respective .so files.
This is the directory struc...
Mortality asked 21/8, 2009 at 7:53
7
Solved
Is it possible to use shared object files in a portable way like DLLs in Windows??
I'm wondering if there is a way I could provide a compiled library, ready to use, for Linux. As the same way you ...
Deprave asked 1/5, 2009 at 4:20
© 2022 - 2024 — McMap. All rights reserved.