About
Friends
-
Loading…finkregh about 15 hours ago -
Loading…rsdk over 2 years ago -
Loading…norg 10 months ago -
Loading…cypher 12 days ago -
Loading…adt 2 days ago -
Loading…schischa 8 months ago -
Loading…fpletz 39 minutes ago -
Loading…coloredgrayscale about 10 hours ago -
Loading…EineFragevonStil about 10 hours ago -
Loading…mondkroete about 23 hours ago - +25
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
May 21 2010
Dynamic Loading of SDL
C/C++
If you want to use the SDL library (or any other library for that matter) in your programs, you normally would just link with the library, for instance by -lSDL (GCC). Sometimes however, it would be more flexible to dynamically load the library at runtime. With dynamic loading, if your application supports alternative libraries (e.g.: [...]
C/C++
If you want to use the SDL library (or any other library for that matter) in your programs, you normally would just link with the library, for instance by -lSDL (GCC). Sometimes however, it would be more flexible to dynamically load the library at runtime. With dynamic loading, if your application supports alternative libraries (e.g.: [...]
