I know in Windows you would do something like LoadLibrary and then set your function pointer with GetProcAddress,
But how would something similar be done in Linux or OSX? The reason being is that I want to develop a plug in system for my X platform application.
Thanks