views:

29

answers:

2

Is there some step by step guide to link GD library ( www.libgd.org ) to the project in MSVS? Because I'm getting linker-errors when trying to compile my project:

error LNK2019: unresolved external symbol _gdImageCreateFromJpeg referenced in function _main
A: 

Looks like you may have forgotten to add the GD library DLL to the Project.

DarenW
A: 

Similar question How to use/link gdLibrary (libgd) with MS Visual C++

mloskot