shared-objects
shared objects in redhat linux
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[详细]
2023-02-22 13:23 分类:问答how to handle "undefined symbol" errors for mismatched shared objects
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[详细]
2023-02-20 13:22 分类:问答Reordering an array in flash as3
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[详细]
2023-02-19 02:46 分类:问答How to use SharedObject from an external swf in AS2
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.[详细]
2023-02-08 07:42 分类:问答GCC linking to a shared object's linker name
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.[详细]
2023-02-04 10:40 分类:问答How to enable a shared object accessing a data file in runtime (UNIX)
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[详细]
2023-01-28 05:24 分类:问答ActionScript 3 SharedObjects don't persist across different swfs?
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[详细]
2023-01-20 21:18 分类:问答How does linker know which symbols should be resolved at runtime?
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[详细]
2023-01-18 15:47 分类:问答Command Line to see the contents Shared Object Module(lib*.so)
What is the command line to see the contents of a Shared Object module (lib*.so)? Like how we use: ar -t lib*.a[详细]
2023-01-15 15:53 分类:问答Shared Whiteboard with AS3. Code
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[详细]
2023-01-12 08:43 分类:问答