#172244 - mikedpw0 - Wed Jan 27, 2010 1:15 am
Hello! If you check my post count you'll see I'm new here.
I am trying to follow Patater's tutorial -
http://patater.com/manual
I have typed out the entirety of the first program and I've set up devkitpro correctly and all that. I know it works because i've followed some other, much simpler tutorials and was able to compile my code and run it on a DS emulator.
However, when I tried to compile my code from this tutorial i got an error about a missing file -
FreeImage.dll
I googled it, downloaded it, and put it into my \windows\system32 directory. NOW when I try to compile the program I get this:
"The procedure entry point _FreeImage_FlipVertical@4 could not be located in the dynamic link library FreeImage.dll"
This must have something to do with grit since grit handles the images so they can be used by NDS programs. However knowing this doesn't really help me much.
I've done a fair amount of googling on the problem and all I could find were a few forum posts of people having the same problem (though as far as I could tell their coding was not related to NDS programming). The one potentially useful response said something about the possibility of multiple copies of the FreeImage.dll file being present in the system and causing some kind of conflict.
However since I had just been getting the "FreeImage.dll cannot be found" error before putting a single copy of FreeImage.dll on my system I can't imagine how this would be the case.
Any ideas?
I am trying to follow Patater's tutorial -
http://patater.com/manual
I have typed out the entirety of the first program and I've set up devkitpro correctly and all that. I know it works because i've followed some other, much simpler tutorials and was able to compile my code and run it on a DS emulator.
However, when I tried to compile my code from this tutorial i got an error about a missing file -
FreeImage.dll
I googled it, downloaded it, and put it into my \windows\system32 directory. NOW when I try to compile the program I get this:
"The procedure entry point _FreeImage_FlipVertical@4 could not be located in the dynamic link library FreeImage.dll"
This must have something to do with grit since grit handles the images so they can be used by NDS programs. However knowing this doesn't really help me much.
I've done a fair amount of googling on the problem and all I could find were a few forum posts of people having the same problem (though as far as I could tell their coding was not related to NDS programming). The one potentially useful response said something about the possibility of multiple copies of the FreeImage.dll file being present in the system and causing some kind of conflict.
However since I had just been getting the "FreeImage.dll cannot be found" error before putting a single copy of FreeImage.dll on my system I can't imagine how this would be the case.
Any ideas?