About
Friends
-
Loading…FreXxX 1 day ago -
Loading…Maschinenschrott 7 days ago -
Loading…norg 10 months ago -
Loading…lots-of-shit about 1 year ago -
Loading…nukeforce 3 days ago -
Loading…mondkroete about 23 hours ago -
Loading…gabahadatta 6 months ago -
Loading…dreamside 12 days ago -
Loading…grauwolf about 1 month ago -
Loading…fefe 2 months 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.: [...]
