Jump to content


devast8a

Member Since 06 Jan 2008
Offline Last Active May 13 2012 04:56 AM

Posts I've Made

In Topic: 39dll V2.5

05 April 2008 - 09:42 AM

//How to compile without code::blocks (untested)
Compile all the .cpp files and link with iphlpapi.lib, wininet.lib, wsock32.lib


I just tested it compiles perfectly in Visual C++ provided you setup the linker correctly (Had a nightmare withit last time I tried)

//How to compile with Visual C++
Compile all the .cpp and .h files and link with iphlpapi.lib, wininet.lib, WS2_32.lib


PS:   My dll is half the size of yours, don't know if it's because of an error or some other reason.
PPS: Wow this is some sexy code =D