I need a DLL built into C ++ with a Perl interpreter inside it, and the Perl exiftool library that Phil Harvey calls C ++ functions.
I want to do this on Windows 7 with the installed version of Visual Studio 2010 VC ++. Which Perl distribution is best suited for this task: Strawberry or ActiveState Perl ? Also, what is the Perl compilation command: nmake or dmake?
The end result should be a DLL. This can be imported into any C program, etc., And DLL functions will be called that will internally call Phil Harvey exiftool library functions / arguments / switches.
source share