【游戏开发】解决 unresolved external symnur [email protected] 错误
在写《Windows 游戏编程大师技巧》的第一个例子 freakout 时,启动报了这个错误。上网一查发现是缺少一个依赖文件 dinput.lib ,还有就是需要在链接设置添加 dxguid.lib ddraw.lib dinput.lib 这三个依赖。
dinput.lib 我已经上传到资源上去了,积分紧张的同学也欢迎留言找我要。
以下是添加链接库的过程
在工程属性设置中选 链接->输入 ![【游戏开发】解决 unresolved external symnur [email protected] 错误 【游戏开发】解决 unresolved external symnur [email protected] 错误](/wp-content/uploads/2020/12/92854e423f5c63cd5171588f0693d3fd-1.png)
点击箭头,选择编辑 ![【游戏开发】解决 unresolved external symnur [email protected] 错误 【游戏开发】解决 unresolved external symnur [email protected] 错误](/wp-content/uploads/2020/12/f45c31e13019557d84ecc5cad18b6dfd.png)
添加 dxguid.lib ddraw.lib dinput.lib,保存 ![【游戏开发】解决 unresolved external symnur [email protected] 错误 【游戏开发】解决 unresolved external symnur [email protected] 错误](/wp-content/uploads/2020/12/b2c5f8ea504dd34a627103ab1e34dd1a.png)
以上是 【游戏开发】解决 unresolved external symnur [email protected] 错误 的全部内容, 来源链接: utcz.com/a/71009.html

