摘要: 下载源码 git clone https://github.com/shadowsocks/shadowsocks-qt5.git git clone https://github.com/shadowsocks/libQtShadowsocks.git 安装 Qt 5 后先编译 libQtShadowsocks 运行测试通过 复制 libQtShadowsokcs 下所有 .h .cpp 文件和... 阅读全文
posted @ 2016-10-16 13:40 owenlang 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 //Forward declarations 4 bool InitMainWindow(HINSTANCE, int); 5 LRESULT CALLBACK MsgProc(HWND, UINT, WPARAM, LPARAM); 6 7 //Constants 8 const int WIDTH = 800; 9 co... 阅读全文
posted @ 2016-10-16 11:19 owenlang 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 1.首先下载 DXSDK 并安装 http://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe 2.新建项目,进行配置 VC++ 目录的三个属性: 可执行文件目录 - 阅读全文
posted @ 2016-10-16 10:37 owenlang 阅读(282) 评论(0) 推荐(0) 编辑