error in building

Results 1 to 4 of 4
  1. #1
    Valued Member Marwan1 is offline
    MemberRank
    Jun 2011 Join Date
    127Posts

    error in building

    Code:
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
    1>  CMenu.cpp
    1>c:\users\sami\desktop\qualitysource\CMenu.h(12): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    1>  D3D9Identifiers.cpp
    1>c:\users\sami\desktop\qualitysource\CMenu.h(12): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    1>  main.cpp
    1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xlocale(323): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
    1>c:\users\sami\desktop\qualitysource\Header.h(13): fatal error C1083: Cannot open include file: 'detours.h': No such file or directory
    1>  Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


  2. #2
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: error in building

    if you read you error's you well get what is missing and what is wrong .

  3. #3
    Retired. Don't PM. SecretsOThePast is offline
    DeveloperRank
    Jan 2009 Join Date
    643Posts

    Re: error in building

    You are missing microsoft detours and directx.

    Read more on includes by doing a search here:

    MSDN – Explore Windows, Web, Cloud, and Windows Phone Software Development

  4. #4
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: error in building

    Download directX SDK, then add it to the C++ include folder and then you're not gonna have the d3dx9 error.



Advertisement