วันจันทร์ที่ 12 มีนาคม พ.ศ. 2555

Compile 3proxy โดยใช้ Microsoft Visual Studio 2010

ก่อนอื่นก็โหลด source code

3proxy จาก http://www.3proxy.ru/download/

ทำการแตกไฟล์ D:/3proxy
จากนั้นไปที่
Start Menu>Program Files (x86)\Microsoft Visual Studio 2010\Visual Studio Tools\
เลือก Visual Studio Command Prompt (2010)
เมื่อเข้าไปในหน้าต่าง CMD ให้พิมพ์ย้ายที่อยู่ไปที่ cd D:\3proxy
จากนั้นพิมพ์
nmake /f Makefile.msvc clean
ต่อด้วย
nmake /f Makefile.msvc all
เท่านี้เราก็จะได้ไฟล์ exe มาใช้งานแล้วครับ