I have been searching far and wide for a way to build WinCe programs based on SDL.
At the moment I am trying Pelles C and MYSDL at
http://emreburhan.com/blog/?p=159My test program compiles and the link seems to find all the symbols in the SDL.lib file but then it fails with the error in the title.
1) why is Pelles C looking for SDL.DLL. That should not be needed until I execute my program on my IPAQ
2) where is Pelles C finding the SDL.DLL file in the error message. I probably have a ton of them lying around on my laptop (some not ARM)
3) MYSDL supplies the (hopefully correct) DLLs but I have no idea in what folder to put them on my laptop in order to fix the error
Peter