News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

SDL problem after installing last Nighty Build

Started by Corentin, December 19, 2006, 01:43:45 AM

Previous topic - Next topic

Corentin

I just upgraded from RC2 to last Nighty Build and was pretty happy about it, before I realized I couldn't run my SDL apps !

Compiling is ok, but i get this Windows Error : Entry point of SDL_strlcat is unfound in dynamic library SDL.dll (I'm sorry this message is translated, and might not be exact).

The SDL.dll is present in the folder where i build the app...
I must have done some misconfiguration... Can anyone help please ?

Thanks for your time, and excuse my english

MortenMacFly

If possible, provide us with a (zipped) minimal project to reproduce, please.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Corentin

#2
Edited

Here's a link to a project (project, main.cpp ,one bmp , sdl.dll, and the exe included) that doesn't work for me. I'm a beginner in c++, I must have done something silly which is simply wrong... When creating a SDL-project I was asked many informations I didn't really understand, that might be reason...

EDIT : FIXED ! It seems that I had to add SDL.dll to my SDL directory. Sorry about that, and thanks for your help