快速登录:  

Forum: VirtualDJ Plugins

话题: Compilling Directx Plugins?

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Ive been working with controller mappers too long it seems. Now I am trying to compile a video transition of DJ Cels that uses Directx. I have Visual Studio Express 2008 installed and the Directx Nov sdk installed, but am unsure of how to tell Visual studio where to find the Directx Libs and .H files.

At the moment compile fails due to missing d3dx9.h.

Thanks
 

发表时间 Mon 31 Dec 07 @ 8:51 pm
SBDJPRO Infinity Member since 2006
As you say, you need to set the folders up... under VS2005, set it under "Project > xxxxx Properties > Configuration Properties" - you need to select the configuration you are using (or all).

C/C++ > Additional Include Directories > "c:\program files\microsoft directx sdk (november 2007)\include"
Linker > Additional Library Directories > "c:\program files\microsoft directx sdk (november 2007)\lib\x86"

HTH :)

Regards,

Scott
 

发表时间 Tue 01 Jan 08 @ 1:56 pm
Ahhh, knew it would be in there somewhere. Will give it a shot.

Thanks SBDJ
 

发表时间 Tue 01 Jan 08 @ 8:07 pm
SBDJPRO Infinity Member since 2006
You're welcome, good luck :)
 

发表时间 Wed 02 Jan 08 @ 10:11 am


(陈旧帖子或论坛版块会自动关闭)