wxTimer的用法

6-15 1,191 views

websockserver.h #include <wx/wx.h> class WebsockServer final : public wxEvtHandler { public: WebsockServer(); virtual ~WebsockServe...
阅读全文 1

SetUnhandledExceptionFilter

6-13 1,096 views

https://www.codeproject.com/Articles/154686/SetUnhandledExceptionFilter-and-the-C-C-Runtime-Li http://www.player.idv.tw/prog/index.php/APIHook
阅读全文 0

libwebsockets 编译

6-08 2,473 views

libwebsockets.h 4340 将 ssize_t 改为 ssize_t_longptr #if defined(WIN32) || defined(_WIN32) /* ... */ #if !defined(ssize_t_longptr) typedef SSIZE_...
阅读全文 0

wxWidgets编译

4-03 1,238 views

3.0.x编译 namke 编译 引用 编译 x86 版本 在 VS2015 x86 Native Tools Command Prompt 中,先执行 cd /d %WXWIN%\build\msw 然后再通过 nmake 按照以下编...
阅读全文 0

Visual Studio 常见编译错误

3-11 1,128 views

fatal error LNK1561: entry point must be defined 这是因为编译器找不到main函数 error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_St...
阅读全文 0

QT 开发

10-04 1,112 views

安装 开源mingw32版 qml 与 c++交互 QWidget no such file or directory 在.pro文件中添加 QT += widgets QT Json http://qjson.sourceforge.net/usage/
阅读全文 0

Compiling FileZilla 3 under Windows

9-09 1,570 views

Compiling FileZilla 3 under Windows This documentation explains how to setup a build environment for FileZilla 3 and how to compile it under Windo...
阅读全文 3