另外DLL可以加Manifest.xml吗? Read More
posted @ 2015-10-01 02:11 findumars Views(331) Comments(0) Diggs(0)
碰到的问题太多:1. 没人告诉我,应该在CreateFile之前,先InstallDriver2. 签名死活不行(好像是反斜杠问题)3. 注册码错误4. 怀疑ANSI与Unicode注册码的问题5. VS环境整合不行6. 2.0与3.0的函数使用有改变7. 没有MingW版本8. 32位程序在x64... Read More
posted @ 2015-09-30 23:19 findumars Views(263) Comments(0) Diggs(0)
SAAS软件及其功能评价1. 360 两个同步功能都不错,却被埋没了2. 够快云3. DBFen4. Seafile5. 坚果云6. DZ7. 百度云8. 1159. 迷你云10. 微云11. Dropbox12. Box13. Azure/OneDrive/Google/AW314. 金山云15. Read More
posted @ 2015-09-30 03:26 findumars Views(824) Comments(0) Diggs(0)
// .h 文件 #pragma once class CConsoleDump { public: explicit CConsoleDump(LPCTSTR lpszWindowTitle = NULL); virtual ~CConsoleDump(void); ... Read More
posted @ 2015-09-29 22:07 findumars Views(458) Comments(0) Diggs(0)
在GUI程序中使用printf函数:#include #include void InitConsole() { int nRet= 0; FILE* fp; AllocConsole(); nRet= _open_osfhandle((long... Read More
posted @ 2015-09-29 22:04 findumars Views(769) Comments(0) Diggs(0)