摘要: VA选项 颜色与属性 “以斜体显示系统符号” 高亮 引用 和 光标下 所有语言-常规-自动大括号完成(&B) 取消 停靠窗口时崩溃 devenv.exe主进程的同目录下的devenv.exe.config文件修改, 需改节点AppContextSwitchOverrides添加值 ;Switch.S 阅读全文
posted @ 2023-11-03 13:08 Yofoo 阅读(6) 评论(0) 推荐(0) 编辑
摘要: error C2601: “DllProxyInit”: 本地函数定义是非法的 VS2015代码中用到了宏 #define DLL_API_Fun(fun) DLL_API __declspec(naked) void * _##fun() \ { \ __asm jmp __##fun; \ } 阅读全文
posted @ 2023-11-03 12:23 Yofoo 阅读(5) 评论(0) 推荐(0) 编辑
摘要: #include "Common/NSimple.h" #include <list> #include <string> #include "DllProxyLink.h" using std::list; using std::string; #define DLL_Name "winmm.dl 阅读全文
posted @ 2023-11-03 12:19 Yofoo 阅读(11) 评论(0) 推荐(0) 编辑