Author Topic: SDL problem after installing last Nighty Build  (Read 2883 times)

Corentin

  • Guest
SDL problem after installing last Nighty Build
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: SDL problem after installing last Nighty Build
« Reply #1 on: December 19, 2006, 11:47:46 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Corentin

  • Guest
Re: SDL problem after installing last Nighty Build
« Reply #2 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
« Last Edit: December 19, 2006, 01:50:53 pm by Corentin »