On Sun, Aug 30, 2015 at 3:28 PM, Marcio Sales <[email protected]> wrote: > Thanks, it works perfectly. Just had to use Ptr{Uint8} in the place of > Ptr{Cchar}. > Can you tell if the Array still works in 0.4?
It should always work. It might be harder to optimize out the allocation compare to Ref though. (which may not be a big problem...) > > > > >> >> >
