Re: Array from C++ DLL to Euphoria
- Posted by mattlewis (admin) Jul 12, 2013
- 1690 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?
A SAFEARRAY is a special thing that Microsoft created for COM / ActiveX / OLE Automation. It's not just a native C++ array. There is a whole API for dealing with them.
Matt