Sorry for a followup to my own post, but would this scenario work as expected:
map_variable(...) in object1
object_index_no_free2(..) on the variable in object2 and assign_svalue to the "shadow" variable in object2?
/ Marek Habersack (Grendel)
Previous text:
2002-09-06 18:28: Subject: Mapping a variable in an object from C
How can I map a C variable in a C module between two objects? I.e.
object1 (C): storage->somevar;
object2 (C or Pike) anothervar -> object1.storage->somevar;
map_variable doesn't seem to be the right solution, or is it?
/ Marek Habersack (Grendel)