D multimedia programming - a new website
    Mike Parker 
    aldacron71 at yahoo.com
       
    Thu May  4 12:01:27 PDT 2006
    
    
  
Hasan Aljudy wrote:
> Lukas Pinkowski wrote:
> My point was, users need to download lib files for the different 
> extensions, like sdl_image.lib and sdl_ttf.lib, etc.
> 
> isn't this correct?
No. Derelict eliminates the need to link with import libraries. It loads 
the shared libraries manually via LoadLibrary on Windows and dlopen on 
Linux.
    
    
More information about the Digitalmars-d-learn
mailing list