View previous topic :: View next topic |
Author |
Message |
Al
Joined: 10 Mar 2008 Posts: 9
|
Posted: Mon Nov 09, 2009 1:15 am Post subject: SDL_Init not found in SDL_Image.dll |
|
|
Hi guys!
I wanted to prototype a small asteroids-ish game in D, so I've checked out ArcLib SVN and tried to build branches\arc03 examples.
Problem is, SDL_Image.dll that comes with ArcLib is missing SDL_Init function (old version?).
Does that mean I have to build SDL_Image myself with DMC?
Any hints greatly appreciated! |
|
Back to top |
|
|
clayasaurus
Joined: 21 May 2004 Posts: 857
|
Posted: Mon Nov 09, 2009 12:49 pm Post subject: |
|
|
Hi Al,
Can you tell me what steps you are taking to get this error?
Arclib/derelict dynamically loads the dll at runtime, so please don't try to compile code with the dll.
You should never have to compile the dll yourself with DMC, just take the dll of the SDL webpage if you wish. |
|
Back to top |
|
|
|