MDK报错如下 An error occurred while reading the project file Line 849 (FilePath) Fatal Message: invalid byte ?" at position 1 of a 1-byte sequence 解决办法:
多重新生成几次就好了
狗血
前言
内核调试默认是关闭的,需要手动开启。本文将简单介绍如何在 Vista 及后续版本的系统中开启本地内核调试,并简要介绍使用 windbg 连接内核的方法。在 xp 系统中,对应的设置保存在 boot.ini 中,感兴趣的小伙伴儿请自行搜索设置…