2

I've started to begin my project in directx and already having trouble. First I got a link error with d3dx11d.lib that is now resolved however in resolving that error i am now faced with this one

LINK : fatal error LNK1104: cannot open file 'Effects11d.lib'

and I'm not really sure what to do, directx is still fairly new to me and I just really want to get started.

any help would be much appreciated! thanks

4

1 回答 1

2

这不是任何版本的 DirectX SDK 附带的标准库。

快速浏览 google 表明您可能需要从您正在查看的示例的源文件中获取该库。

http://d3dcoder.net/phpBB/viewtopic.php?f=4&t=241

于 2013-02-21T09:08:25.740 回答