tags:

views:

31

answers:

1

Hi, I am new to SDL, and I am just curious why does sdl use static and dynamic libraries? I mean, what functions are in sdl.dll, and why is it linked dynamically instead of statically? Thanks.

+1  A: 
Jon Purdy