Hello, I changed the VC-projectfile to create static libraries as well. For this I renamed the import libraries to different names.
These changes are just suggestions, maybe you might adopt them.
Changes:
- Subproject Wrapper/FreeImagePlusLib added
Renamings of import libraries:
- FreeImage.lib -> FreeImage.dll.lib
- FreeImagePlus.lib -> FreeImagePlus.dll.lib
New static libraries:
- FreeImage.lib
- FreeImagePlus.lib
I also suggest to add the static libraries to the win-binaries distributions.
Unfortunately I couldn't attach the changes because they result in a too big zip-file.
I could send them by email if requested.
Anonymous