Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
231 views

Good programming style when handling multiple objects

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, ...
4
votes
2answers
37 views

DLL / SO library, how does library memory relate to the calling process's?

I was reading that all a process's memory is released by the OS when the process terminates (by any means) so negating the need to call every dtor in turn. Now my question is how does the memory of a ...
4
votes
3answers
324 views

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 for archives(lib*.a) and it displays all the object files in the library. EDIT1 ...
4
votes
1answer
449 views

How would I go about sharing variables in a C++ class with Lua?

I'm fairly new to Lua, I've been working on trying to implement Lua scripting for logic in a Game Engine I'm putting together. I've had no trouble so far getting Lua up and running through the engine, ...
3
votes
4answers
638 views

How can I dispose of an object (say a Bitmap) when it becomes orphaned?

I have a class A providing Bitmaps to other classes B, C, etc. Now class A holds its bitmaps in a ring queue so after a while it will lose reference to the bitmap. While it's still in the queue, the ...
3
votes
2answers
6k views

Simple Remote Shared Object with Red5 Flash Server

I am trying to create a simple chat client using the red5 media server, but I seem to be having a slight hiccup. I am creating a shared object on the server side, and it seems to be creating it ...
2
votes
2answers
496 views

How can you determine what Perl module is causing “undefined symbol: Perl_Tstack_sp_ptr?”

I'm trying to run a Perl script, but it is returning: /usr/bin/perl: symbol lookup error: /usr/local/groundwork/perl/lib/5.8.8/x86_64-linux-thread-multi/auto/IO/IO.so: undefined symbol: ...
2
votes
6answers
191 views

Is there any way to prepare a struct for future additions?

I have the following struct which will be used to hold plugin information. I am very sure this will change (added to most probably) over time. Is there anything better to do here than what I have done ...
2
votes
3answers
652 views

Flash/AS3 “Shutdown” or “close” event?

I am making a Flash puzzle game. When the user loads the game, it needs to ask whether to resume the game from the last state (if it exists). I have a serialization system in place, but I need to ...
2
votes
2answers
87 views

Comparing generated executables for equivilance

I need to compare 2 executables and/or shared objects, compiled using the same compiler/flags and verify that they have not changed. We work in a regulated environment, so it would be really useful ...
2
votes
6answers
374 views

is there something like .dll or .so,but crossplatform?

is there something like .dll or .so,but crossplatform?
1
vote
1answer
42 views

Cannot open shared object file

I am trying to compile one of the projects found here USB-I2C/SPI/GPIO Interface Adapter. I downloaded the i2c_bridge-0.0.1-rc2.tgz package. I installed libusb and that seemed to go well with no ...
1
vote
1answer
54 views

linux .so windows .dll - using different librarys “on demand”

I have a collection of so files on linux, e.g.: netio.so.tcp and netio.so.tcp. (in fact this architecture is only needed because of some proprietary network protocols) They have the exactly same ...
1
vote
1answer
39 views

Storing and retrieving Shared objects in Red5

I want a "simple" method 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. PS: i wasted many hours on finding good doc that ...
1
vote
1answer
86 views

Delete SharedObject preferences

I've developed an ActionScript 3.0 for Adobe Air application (it will run on Blackberry Playbook). This app has some bugs and I've made an update. When user install the new version I want to delete ...
1
vote
3answers
306 views

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 ...
1
vote
2answers
434 views

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 ...
1
vote
2answers
231 views

Can AS3 Shared Objects be accessed by more than one application?

I'm trying to access a shared object created by one flash application from another flash application. Is this possible? If so, what do I need to do? If not, are there any other ways to share the ...
1
vote
2answers
258 views

Get all shared objects for current domain

Using SharedObject.getLocal I can get access to what appears to be an infinite number of files simply by using unique identifiers in the method call; What I want to know is how can I retrieve a list ...
1
vote
3answers
370 views

Shared Variable Among Ruby Processes

I have a Ruby program that loads up two very large yaml files, so I can get some speed-up by taking advantage of the multiple cores by forking off some processes. I've tried looking, but I'm having ...
1
vote
1answer
149 views

Problem with sharing variables between views - missing something?

I know im missing something but my friend and I can figure out what. Firstly.. I have two .hs and .ms that I'd like to share data between - two view controllers In the first .h i have this - that ...
1
vote
2answers
1k views

Developing a Chatroom in Flex ActionScript3 + Red5 , Remote Shared Object based UserList or Serverside?

We are going to develop a simple chatroom in flex using Red5. Should we store UserList in a Remote Shared Object or Server Side List? Are there any example exit on Red5 or FMS , which uses Server ...
1
vote
4answers
221 views

which one is recommended: using static lib vs dynamic lib (shared object)

I am working with an application in Linux. It supports both static and dynamic (.so) versions From the performance standpoint, which version should a user use? The application performs computational ...
1
vote
1answer
91 views

Apache have shared objects for both windows and linux.How do they do it?

Apache have .so modules for both windows and linux.How do they do it?
1
vote
2answers
258 views

function pointer lookup in shared object and dll

basically I would like to look up a funtion in a shared object in a platform independent way: I don't want to deal with LoadLibrary/GetProcAddress or dlopen details is there a library that hides the ...
1
vote
5answers
285 views

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 indirect memory access. if there is no ...
1
vote
2answers
1k views

What data types does a SharedObject support?

I know it is a simple matter to store Strings and Numbers with a SharedObject, and I am also familiar with this sort of thing: var sharedObject:SharedObject = SharedObject.getLocal("userData"); var ...
0
votes
0answers
33 views

Apache shared object works half the time, seems like DSO not getting cleaned up

I finally got PHP/Apache configured (sort of) correctly to run a script that depends on 2 shared objects. The .so files are in my PHP extensions folder. I am on a dedicated server running: Linux ...
0
votes
1answer
84 views

rso between flex and red5. I can create but cant read

so im still stuck on this that i can create remote shared object but cant read while im notified about changes. im using trunk version of red5, and flex 4.0 with flash builder. in debug i can see that ...
0
votes
0answers
42 views

Problem in storing and retrieving Shared objects in Red5

My problem is that i want to store some shared objects that i use when all clients leaves the room so i put in my code: public void roomStop(IScope room) { remoteSO = ...
0
votes
1answer
52 views

php file: use dlopen and dlsym. how

I have myCode.so file created my linking a .c and .h file. I would like to call this .c file using the myCode.so and dlopen and dlsym . How to do that from php? I need some help! thx. 2. Is there a ...
0
votes
2answers
50 views

Using objects of an app from shared object

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. To explain a bit my case, I ...
0
votes
1answer
173 views

How to exclude .so files from proguard?

This is my current proguard config file for my Android project: -optimizationpasses 5 -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontpreverify -repackageclasses -libraryjars ...
0
votes
2answers
86 views

How do I safely share a variable with a thread that is in a different compilation unit?

In the structure of my program I've divided "where it gets called from" and "what gets done" into separate source files. As a matter of practicality, this allows me to compile the program as ...
0
votes
1answer
42 views

flash shared object is not working across multiple PCs

I am using SharedObject to save some persistent information (such as visited slide, etc) on user browser. For example, if user visited the slide, it will highlight the button that takes them to that ...
0
votes
1answer
68 views

Accessing shared object data without reloading swf – Is this possible?

I'm wondering if it's possible to access a shared object's data (once it's been changed) without reloading the swf. Specifically, I have two swfs: one changes the data in the so and lets the second ...
0
votes
1answer
233 views

Red5 Flex Application: Shared Object sends “change” or “delete” event only when server is started and client connects for the first time

I have a shared object created in WebScope. when I start the server and clients connect for the first time, it sends change and delete events just fine. but after that it only sends clear event. any ...
0
votes
2answers
518 views

Problems with remote shared objects Fms Flex 4

I'm trying to develop an application where simultaneous users can interact and i need to have a persistent remote shared object with the list of users currently in session. When a new user enter in ...
0
votes
1answer
46 views

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 server or ...
0
votes
1answer
315 views

Problem Linking Shared Object

I have a shared object file which I call from my android app. Until now I had it in my java project, and I loaded it like that: static { System.loadLibrary("mysofile") }; Now I'm trying to load it ...
0
votes
2answers
101 views

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 ...
0
votes
1answer
271 views

Flex, Java, BlazeDS and config file for my application

I'm programming Rich web applications with Flex and Java on Flex Builder 3 using blazeDS and SharedObjects. Now I need that my program will use configuration file. so, I need that my Java class will ...
0
votes
3answers
667 views

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 ...
0
votes
2answers
105 views

Linking problems with shared objects on linux (using a simple so in a console application)

I have a shared object (abc.so) that i built after linking it to a bunch of libs (.a and .so) files. Now this abc.so just exposes 3 functions. Now i am writing a console application on linux that ...
0
votes
2answers
510 views

How to read all data from abstract Shared Object file? (Flash, Actionscript)

what I meen is to get all objects and their properties, is it possible? How to do such thing?
0
votes
1answer
106 views

save data into flash media server like rdbms

hii... im using fms to save datas like rdbms. Im using shared object for this. But I cant save more than one row of data into flash media server. What can I do for this purpose??
0
votes
1answer
528 views

Flash AS3 - Dispatching Events from Parent Class to Child Class

I think this is a pretty simply problem but I do not seem to be able to pull it off. Basically I have a parent class A, and a child class B. Class A instantiates class B with addChild. There is a ...
0
votes
2answers
92 views

modal forms and shared data,

I've written a couple of c# forms applications which use a lot of the same data/objects which would better be combined. I realise I could use modal forms to launch each of these but where should I ...
0
votes
1answer
46 views

communicate with website in start up screen in flash

Does anybody know a way for a swf file to communicate with the site its placed in. What I mean is I have a flash file with a start up screen in it, which has a tick box saying "Don't show this screen ...
0
votes
1answer
554 views

How to Get property values from Shared Object in client's load event - Very urgent

I am using shared object to share data between two users. First user connect to shared object and set some value in shared object. Please consider that second user has not connected with the shared ...

1 2