Moved send I-Am to a send module and out of iam.c.
This commit is contained in:
@@ -6,5 +6,12 @@ Q1: GNU GCC Compiler, undefined reference to closesocket
|
||||
A1: Under Project->Build Options->Linker settings,
|
||||
add "ws2_32" to Link Libraries.
|
||||
|
||||
Q2: GNU GCC Compiler, creating a DLL
|
||||
|
||||
A2: Under Project->Build Options->Linker settings,
|
||||
add "user32" to Link Libraries.
|
||||
|
||||
Q3: GNU GCC Compiler, undefined reference to _GetAdaptersInfo
|
||||
|
||||
A3: Under Project->Build Options->Linker settings,
|
||||
add "iphlpapi" to Link Libraries.
|
||||
|
||||
Reference in New Issue
Block a user