Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualRipiz

Posted 02 August 2012 - 09:41 AM

You are building 32bit application:
1>------ Build started: Project: DX_Project, Configuration: Debug Win32 ------

However you include 64bit libraries:
1>   Searching C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64\dxgi.lib:
1>   Searching C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64\d3d11.lib:
1>   Searching C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64\d3dx11.lib:
1>   Searching C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64\d3dx10.lib:


Remove 64 bit library paths from 32 bit project settings and it should be fine.

#1Ripiz

Posted 02 August 2012 - 09:41 AM

You are building 32bit application: 1>------ Build started: Project: DX_Project, Configuration: Debug Win32 ------
However you include 64bit libraries:
1>   Searching C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64\dxgi.lib:
1>   Searching C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64\d3d11.lib:
1>   Searching C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64\d3dx11.lib:
1>   Searching C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64\d3dx10.lib:


Remove 64 bit library paths from 32 bit project settings and it should be fine.

PARTNERS