本文介绍了使用CreateDXGIFactory1(...)时出现链接错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨
我无法构建使用CreateDXGIFactory1创建IDXGIFactory1对象的应用程序.
VC ++向我报告它无法链接.
我正在使用DXGI.h和DXGI.lib(在msdn上的CreateDXGIFactory1上找到).我安装了所有最新的DirectX SDK
,并安装了Vista平台更新,以便可以使用D2D和DWrite.
有什么办法解决我的问题吗?
Thx
现实世界";
Hi
I'm unable to build my application which uses the CreateDXGIFactory1 to create an IDXGIFactory1 object.
VC++ reports me that it cannot link.
I'm using the DXGI.h and DXGI.lib (found on msdn for CreateDXGIFactory1). I installed all latest DirectX SDK
and installed the Platform update for Vista so i can use D2D and DWrite.
Any idea's how to solve my problem?
Thx
"Real world" is defined as "a program actually used to get something done."
推荐答案
这篇关于使用CreateDXGIFactory1(...)时出现链接错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!