0

Have been trying to link FreeImage to with Visual Studio Express 2013 and getting little stuck, have followed Building & Linking FreeImage with Visual Studio Express 2013 and problem with having to include seems to been fixed with update FreeImage.

Have downloaded and extracted Lib, .h, and DLL and linked in VS but still getting LNK2019.

In solution folder is simple folders named lib + inc and linked in options

C/C++ - Additional Include Directories - .\inc

linker - general - additional lib directories - .\lib

and the DLL is in the folder with the .exe

Any help would be greatly appreciated

Rick

Community
  • 1
  • 1

1 Answers1

0

Ok found solution, well work around. Rather than linking the lib's etc myself by using NuGet was able to get FreeImage up and running. If only all things could have such a simple answer.

Any further details about how to get it working by linking the headers and lib etc would still be great help for future lib's i may need to link.

https://www.nuget.org/packages/freeimage/

  • That link's package version seems outdated (3.16.0). According to [Official Page](http://freeimage.sourceforge.net/), it says that latest version is 3.17.0. – youngminz May 11 '16 at 14:08