Code::Blocks Forums

User forums => Help => Topic started by: Corentin on December 19, 2006, 01:43:45 am

Title: SDL problem after installing last Nighty Build
Post by: Corentin on December 19, 2006, 01:43:45 am
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
Title: Re: SDL problem after installing last Nighty Build
Post by: MortenMacFly on December 19, 2006, 11:47:46 am
If possible, provide us with a (zipped) minimal project to reproduce, please.
With regards, Morten.
Title: Re: SDL problem after installing last Nighty Build
Post by: Corentin on December 19, 2006, 01:24:34 pm
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