SDL dll problems.

Started by
0 comments, last by samuraicrow 16 years, 9 months ago
Hello. I just opened my eyes for an old project of mine again i havent touched in 2 years. Everything compiled fine and not even one single warning i thought everything was good to go. But when i tried starting it i get an error saying "Cant find procedure-starting-adress SDL_strlcat in DLL-file SDL.dll" Roughly translated from swedish. If i remove the .dll file from that map. i get another complaint about a msvc dll even though i use dev cpp for my coding now days. Has anyone else seen this? Any solutions?
Things i felt yesterday, don''t matter any more.
Advertisement
You might try downloading the latest developer release of SDL because it doesn't work with older versions of the .DLL file. Another thing you can check for is that there is not an SDL.DLL file in the local directory of your program. Finally, Dev-C++ is built on MinGW which, in turn, uses a version of the Visual C++ runtime library that comes with Windows in order to avoid using the Cygwin runtime .DLL file.

This topic is closed to new replies.

Advertisement