I have a collection of so files on linux, e.g.: netio.so.tcp and netio.so.tcp. (in fact this architecture is on开发者_JAVA技巧ly needed because of some proprietary network protocols)
I have a shared object (.so) file compiled with g++, in Windows, its size about 2MB (.DLL, compiled with Visual Studio 2008, /O2), but in Linux, its size is 10MB if compiled with g++ -O2 flag.
I have an array that stored some Object with its data, and I try to store it in my computer. If I try to load for the data after I\'ve save the data, I could get a correct data.
I have multiplayer flash game (AS3) and I would like to prevent multiboxing, e.g. prevent user running two (or more) instances of my game at one computer. Is there simple and reliable way how to do th
I have this code for sharedobject: var mySharedObject = SharedObject.getLocal(\"republicofcode\"); mySharedObject.data.clientID = my_vars.clientID;
I want a \"simple\" me开发者_如何学运维thod so i can store shared objects in the disk, and then i can retrieve these so\'s from the disk even the red5 server restarts.
I have myCode.so file created my linking a .c and .h file. I would like to call this .c file using the myCode开发者_StackOverflow社区.so and dlopen and dlsym . How to do that from php? I need some hel
I\'m a little confused right now. Yesterday I had undefined symbols even if I used -rdynamic with g++. But now I don\'t have any error and that is even more disturbing.
I\'ve been developing an embedded C++ application as a DLL/SO (\"C\" externed) that runs on Linux (Ubuntu 11.04) and Windows(XP).As such, I have no idea if my caller application is running GUI, consol
I\'m building a kiosk and now the client wants the kiosk to save the number of clicks the user makes to a page. I was told to initialize sharedobject the first time it\'s used and then increment the s