Kaos wrote:
Mirar @ Pike developers forum wrote:
Hm, wait. You have it in THIS... that might be enough. D'oh...
Hmm.. doesn't seem like my variables show up (with correct values), unless added to a pike class... ?
Ok, found out that I need to access the vars with Foo->bar, not Foo.bar (as it becomes if I use import, which seems like a bad idea(tm) ). But I still get seg fault when I try to access my array. Basic int's works fine, but haven't figured out how to save my array that I've built on the stack.
Any hints?