Entry points and the dll

I have a large SDL program I’m making collaboratively with some other
people and it compiles fine on my computer but whenever I try to run
it, I get an error message saying “Could not find entry point
SDL_error in dynamic link library SDL.dll”. Does anyone have any idea
why this would be? I’m using windows 2k and SDL 1.2.8. Thanks

Jooles

Are you sure you use 1.2.8 on both include, lib, and dll, esp all SDL.dll in
system and app path are 1.2.8 ? b’cos I had the same error when i was using
1.2.6 and 1.2.8 simultaneously.> ----- Original Message -----

From: sdl-bounces+admin=windows-games.com@libsdl.org
[mailto:sdl-bounces+admin=windows-games.com at libsdl.org]On Behalf Of
Julian Cromarty
Sent: Thursday, April 14, 2005 12:13 AM
To: sdl at libsdl.org
Subject: [SDL] entry points and the dll

I have a large SDL program I’m making collaboratively with some other
people and it compiles fine on my computer but whenever I try to run
it, I get an error message saying “Could not find entry point
SDL_error in dynamic link library SDL.dll”. Does anyone have any idea
why this would be? I’m using windows 2k and SDL 1.2.8. Thanks

Jooles


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

I have a large SDL program I’m making collaboratively with some other
people and it compiles fine on my computer but whenever I try to run
it, I get an error message saying “Could not find entry point
SDL_error in dynamic link library SDL.dll”. Does anyone have any idea
why this would be? I’m using windows 2k and SDL 1.2.8. Thanks

Jooles

Maybe you are using other SDL dll version than your co-workers? I’ve had identical problem when I was using SDL.dll from version 1.2.6, with program compiled with SDL 1.2.8…

HTH

Koshmaar