Hello everybody well i just had a problem With Shared Object (.so) in REDHAT linux what i want to know is : if i put a new SO in /Lib 开发者_高级运维or /lib64 wich are in the $PATH shal i reboot the
I developed an application using a recent Glade, so I need it to load the UI from XML at runtime, using the GtkBuilder.If I try to run this on a distro which has too old a Gtk (e.g. RHEL 5), it will f
I have an array of objects, each of which is assigned an ID when it is first created. I give the user the ability to visually reorder the objects, which changes their posi开发者_开发百科tion in the ar
I have a slideshow that everytime you press a button show a new slide. Every slide is an external swf\'s that is being loaded in to the main swf.
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.
I have a class method (implemented in a shared object in UNIX environment) which needs to access a text data file in runtime (using ifstream). Currently the method assumes that the data file is availa
I am serving two different swfs that read and write to the same SharedObject variable.The SharedObject variable is a number, and each swf checks that number to make sure it isn\'t using the same numbe
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 t
What is the command line to see the contents of a Shared Object module (lib*.so)? Like how we use: ar -t lib*.a
I am building a shared whiteboard and I cannot get the shared whiteboard to be shared. I have successfully created a shared method and I see the shared object in the Admin Console that it is there and