Tagged Questions
1
vote
3answers
2k views
Calling WinSock functions using LoadLibrary and GetProcAddress
Basically I have a header file like this:
#if WIN32
typedef DWORD (WSAAPI *SocketStartup) (WORD wVersionRequested, LPWSADATA lpWSAData);
typedef SOCKET (WINAPI *MakeSocket)(IN int af, IN int type, ...