Re: Array from C++ DLL to Euphoria
- Posted by jimcbrown (admin) Jul 10, 2013
- 1801 views
TheresNoTime said...
I have DLL (with sources), that provides some data in an array. Is it possible to display the array in a sequence? I mean, without a physical copy of data.
Not that I know of. A physical copy of the data (typically via some form of peek() ) is required to get this into a sequence.