Please bear with me, as I'm just learning visual basic. I'm at the initial stages of checking that the SDK is installed correctly, but when I build dng_validate, I am stuck with two unresolved external symbols: gVerbose, and gDumpLineLimit
My steps so far are as follows:
1) I'm using Visual Basic 2017, so I also installed Visual Basic 2013 (update 5), in order to work correctly with the v120 platform toolset
2) Under dng_validate properties, the Platform toolset is indeed set to Visual Basic 2013 v.120
3) my folder structure after unpacking the dng_sdk 1.4 contains the three folders, & one file:
dng_sdk
libjpeg
xmp
ReadMe.txt
4) within the libjpeg folder, I have renamed jconfig.vc to jconfig.h
Are there any other dependencies I need to install? or steps to take to have dng_validate correctly compile?