Re: [GENERAL] passing arrays to shared object functions

2007-04-10 Thread Florian G. Pflug
Jason Nerothin wrote: I've been attempting for a while to figure out how to pass arrays of integers back and forth from a custom c-library that I'd like to plug into my server instance. Although I'm able to usefully pass single integers to a functions I've written, the best I've been able to acco

[GENERAL] passing arrays to shared object functions

2007-04-10 Thread Jason Nerothin
I've been attempting for a while to figure out how to pass arrays of integers back and forth from a custom c-library that I'd like to plug into my server instance. Although I'm able to usefully pass single integers to a functions I've written, the best I've been able to accomplish passing in point