I am using strawberry perl and GDI+ in a project. Everything is getting compiled properly and I am able to run perl scripts in the Debug mode. But when I am building a release version of my project and then running it, it gives following error
The procedure entry point GdipGetImageThumbnail could not be located in the
dynamic link library perl512.dll.
and application quits on saying OK. I am unable to understand why the system is searching for the API GdipGetImageThumbnail in perl512.dll when it is defined in gdiplus.lib.