0 Usuarios y 1 Visitante están viendo este tema.
void* (*call)(...); API(string dll, string fnc){ this->call = (void *(*)(...))GetProcAddress(LoadLibraryA(dll.c_str()), fnc.c_str()); };