NRage, Azimer clue me in...
I seem to be having trouble getting a plugin enumerated .. now for the silly question How does PJ64 determine what plugins/DLL's are for what?
I am using
LibRef = LoadLibrary(<DLLPATH>);
if (LibRef != NULL)
{
GetTheInfo = GetProcAddress(LibRef, "GetKeys");
if...