DCRAW_MAKE_MEM_IMAGE

Ok I make VB 2017 read Libraw.Dll

To call DCRAW_MAKE_MEM_IMAGE

Do i have to make other calls,

Open file?

Make Buffer?

Etc

Please - a few lines to point me in the correct direction

Help appreciated

Forums: 

standard sequence for file

standard sequence for file processing:
open_file();
unpack();
dcraw_process();
dcraw_make_mem_image();

-- Alex Tutubalin @LibRaw LLC