Re: Array from C++ DLL to Euphoria
- Posted by DerekParnell (admin) Jul 12, 2013
- 1645 views
TheresNoTime said...
Thanks! But I do not understand how Euphoria find the internal structure of the array? I guess, Euphoria always sees it as a sequence of bytes?
For C++, an array is just a set of contiguous bytes, so all Euphoria needs to know is the RAM address of the first element, the size (in bytes) of each element, and how many elements in the array.