[][src]Module fermium::loadso

Module for loading "shared objects" (aka dynamic libraries / DLLs).

Functions

SDL_LoadFunction

Given an object handle, this function looks up the address of the named function in the shared object and returns it.

SDL_LoadObject

This function dynamically loads a shared object and returns a pointer to the object handle (or NULL if there was an error).

SDL_UnloadObject

Unload a shared object from memory.