From: Gin Mendi Date: 2009-08-18T13:46:27+09:00 Subject: Re: Ruby/DL question I'm assuming the API will return an array when count is greater than one. So I was thinking I'd just convert the PtrData object I get from the callback to an array. Been trying to look on how I can go about doing that but can't seem to get it done. Everything I find just shows how to convert pointers to structures. I tried making a structure with an array in it and using that but that doesn't seem to work. How can I convert this pointer to an array? -- Posted via http://www.ruby-forum.com/.