For parsing $USN file, I need the "usnjls" tool for Windows. Since it exists only in the Linux version, I tried to compile the source code with VS 2015.
While trying to do so, I get an error: "Cannot open include file: 'libewf.h': No such file or directory".
The error refers to a line in 'ewf.h' file:
- Code: Select all
#include <libewf.h>
Before that line, the is
- Code: Select all
#if HAVE_LIBEWF
Can someone help please? It's very urgent.
Thanks in advance.