摘要:
1、获取应程序同极目录下的config.ini路劲 void GetConfigFilePath(char *path,int len, char *file) { char module[256] = {0}; GetModuleFileName(NULL, module, MAX_PATH); char *ptr = strrchr(module, '... 阅读全文
posted @ 2018-08-23 13:49
我是张洪铭我是熊博士
阅读(1126)
评论(0)
推荐(0)
摘要:
PRINTF("write license file success"); PRINTF("!Your license is expired,Please upgrade permissions"); 输出效果如下: 111:writeLicFile::write license file succ 阅读全文
posted @ 2018-08-23 11:39
我是张洪铭我是熊博士
阅读(179)
评论(0)
推荐(0)
摘要:
time_t atime, btime; time(&atime); btime = time(0); 两种方式效果一样。 阅读全文
posted @ 2018-08-23 10:29
我是张洪铭我是熊博士
阅读(187)
评论(0)
推荐(0)
摘要:
项目 - 属性 -生成事件 --后期生成事件 ->命令行 (editbin /SUBSYSTEM:CONSOLE $(OUTDIR)\$(ProjectName).exe) 注:如果最终生成的可执行不需要cmd,记得取消这个设置。 阅读全文
posted @ 2018-08-23 09:42
我是张洪铭我是熊博士
阅读(2272)
评论(0)
推荐(0)
浙公网安备 33010602011771号