Hello Guys,
I have a problem, if i create my projekt with that:
uint WS2Connect = GetProcAddress(GetModuleHandle("WS2_32.dll"), "connect");
The address is 0x00000000, but if i start debugmodus in the C# Compiler im getting the right address.
With this:
uint GTC = GetProcAddress(GetModuleHandle("kernel32.dll"), "GetTickCount");
I get in both situations the right one.
Where is the problem?






