Dynamic linking

I am sure this has been asked before but has anyone already written dynamic
link functions for Linux and Windows.

Thanks

Ian Walberg wrote:

I am sure this has been asked before but has anyone already written
dynamic link functions for Linux and Windows.

What do you mean exactly?

For Linux see dlopen and dlsym.

For Windows see LoadLibrary and GetProcAddress.–
Michel Bardiaux
Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles
Tel : +32 2 790.29.41

I am sure this has been asked before but has anyone already written dynamic link functions for Linux and Windows.
Thanks

Do you mean loading shared object (dlls, so) files? If so, and you want to use SDL, see here: http://www.libsdl.org/cgi/docwiki.cgi/SDL_5fLoadObject

Koshmaar