Why does it work differently from different locations? C++
Posted: 2013-05-01T08:14:23-07:00
When I install ImageMagick and run my code which calls InitializeMagick(NULL), it works fine. However when I copy and paste the contents of the program files folder somewhere else and call InitializeMagick(as well as uninstall it from the normal directory), it crashes. Specifically when trying to draw.
Any idea why? Way to fix it without spending a lot of time messing with ImageMagick source code?
Somehow it finds that directory even if I remove it from the system PATH variable.
Any idea why? Way to fix it without spending a lot of time messing with ImageMagick source code?
Somehow it finds that directory even if I remove it from the system PATH variable.