shared-objects
Flash AS2 - Help saving variable imported from mySQL using PHP into sharedObject?
I am creating a game which uses the sharedObject to save each players progress locally. It also connects to a central database to create an online scoreboard. When a user inserts a score for the first[详细]
2022-12-19 23:13 分类:问答which one is recommended: using static lib vs dynamic lib (shared object)
I am working with an appl开发者_StackOverflow中文版ication in Linux. It supports both static and dynamic (.so) versions[详细]
2022-12-19 10:06 分类:问答Is there something like .dll or .so, but cross-platform?
is there s开发者_C百科omething like .dll or .so, but cross-platform?Java .class files and .jar archives will fulfil this requirement, as will .Net assemblies running under Mono.A universal executable[详细]
2022-12-18 06:08 分类:问答How to get Shared Object in Shared Memory
Our app depends on an external, 3rd party-supplied configuration (including custom driving/decision making functions) loadable as .so file.[详细]
2022-12-18 04:50 分类:问答AS3: Shared Objects Issue
Slight problem i have been pondering on, i have a class that loads a text from a url as a means to sync the time.[详细]
2022-12-16 14:32 分类:问答missing symbols that should be there
I\'m stumped. Here is the output of ld. /usr/lib/libvisual-0.6/actor/actor_avs_superscope.so: undefined reference to `visual_mem_free\'[详细]
2022-12-16 13:40 分类:问答function pointer lookup in shared object and dll
Basically I would like to look up a function in a shared object in a platform independent way: I don\'t want to deal with LoadLibrary/GetProcAddress or dlopen details.[详细]
2022-12-15 15:53 分类:问答how to share a System.Object in memory between two or more programs?
is there any library, code sample, open source project, etc helping me share objects(a dataset , a collection, ...) between two or more programs with direct or indire开发者_如何学Pythonct memory acces[详细]
2022-12-13 20:02 分类:问答Flash - Why doesn't my SharedObject get saved on disk when closing IE?
I have a Flash application that uses SharedObject to save and read some data locally. As it is said everywhere Flash saves the data from the shared object to disk when the application is closed. And i[详细]
2022-12-12 13:13 分类:问答Why can a shared library created from non-pic object work?
I\'m confused. 开发者_高级运维I try in Linux on x86.PIC just makes live more simple for the loader since it only has to modify a few global addresses in the code. Non-PIC code just contains a lot more[详细]
2022-12-11 00:49 分类:问答