and I should mention that the objects are of two completely different classes...
/ Marek Habersack (Grendel)
Previous text:
2002-09-06 20:22: Subject: Mapping a variable in an object from C
If you just want to access the storage of another object directly, you can use get_storage(). Then the object has to be of that particular class (or inherit it) of course, otherwise get_storage() will return NULL.
If you need it to work with any object which has a variable "somevar" then you need to do something different.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)