ExifTool Forum

ExifTool => Developers => Topic started by: dlgkjfgkwrj on October 26, 2021, 09:22:37 PM

Title: Do the C++ libraries work on Windows?
Post by: dlgkjfgkwrj on October 26, 2021, 09:22:37 PM
I'm trying to compile the C++ libraries using mingw on Windows but I seem to be missing a bunch of headers. For example unistd.h, sys/time.h, and sys/wait.h are all missing.

Has anyone been able to get this to work on Windows?
Title: Re: Do the C++ libraries work on Windows?
Post by: Phil Harvey on October 27, 2021, 08:01:39 AM
I got it to work on Windows under Cygwin, but I don't know of anyone who has got it working under Windows directly.  I'm sure it will need some modifications to do that.

- Phil