[SDL] SDL_image w/MinGW and Msys on win7
Fred Stone
freddybear2138 at att.net
Wed Nov 24 11:31:20 PST 2010
OK, I found the problem. I think. Maybe.
Win7 is somewhat picky about what programs it will start from the current directory without specifying the full path to the program file. By putting the full or relative path and the ".exe" extension on the name of the command, it executed correctly.
So "showimage PineTree.jpeg" fails, even though it is run from "in" the directory with the showimage program.
".\showimage.exe PineTree.jpeg" works correctly.
However, there are other programs (like the SDL testsprite program) which *will* run from the current directory without having to give the full path. Go figure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20101124/4736bb7a/attachment.htm>
More information about the SDL
mailing list