MFC & VC++
2016年11月11日 星期五
Node.js calling Lua under in Windows 10
›
1. Use node-gyp npm install -g node-gyp 2. Build with vc++ compiler I. First, install python 2.7. I...
2012年9月4日 星期二
Chrome error: Uncaught Syntax Error: Unexpected Token ILLEGAL
›
A html is working fine on IE, but can't work in Chrome and firefox. Using console shows Chrome Uncaught Syntax Error : Unexpected T...
2012年8月22日 星期三
CHtmlDialog invoke javascript in HTML
›
CComPtr<IHTMLDocument2> spDoc; GetDHtmlDocument(&spDoc); CComPtr<IDispatch> spDisp(NULL); if(spDoc) { spDoc-...
2012年6月4日 星期一
Using jsoncpp to parse json
›
bool CIPCamSD::bParseSDListCGI(CString csResponse) { CString csStatus,csPath; int nTotalFileNum(0), nTotalPage(0), nNumOfFilesInList(0...
2012年5月31日 星期四
Using jsoncpp with VS2008
›
在專案使用jsoncpp build過程一些筆記: 1. Debug版沒什麼問題 直接用就好 2. Release版 首先要把Project properties->configuration properties->C/C++->code genera...
1 則留言:
2012年2月20日 星期一
None Border Dialog drag moving method
›
Set the dialog "Border" property to none , re-sizing or thin the dialog won't be able to be dragged moving If you don't ...
2012年1月17日 星期二
LoadLibrary
›
@ DLL extern "C" __declspec(dllexport) double SquareRoot(double d); @ caller typedef double (SQRTPROC) (double); SQRTPROC* p...
›
首頁
查看網路版