You're able to build samples, You're able to build samples, right? Samples are build by very simple command (assuming DLL has build before): cl $(COPT) /Feoutputfilename.exe sample-source.cpp lib\libraw.dll You may need to adjust COPT variable (in Makefile.msvc) accoriding to your project build flags (runtime library, exception handling). -- Alex Tutubalin @LibRaw LLC reply
You're able to build samples, right?
Samples are build by very simple command (assuming DLL has build before):
cl $(COPT) /Feoutputfilename.exe sample-source.cpp lib\libraw.dll
You may need to adjust COPT variable (in Makefile.msvc) accoriding to your project build flags (runtime library, exception handling).