Jump to content

HELP compile client binary


Recommended Posts

I got some errors when i compile client binary.

Error    191    error C1083: Cannot open include file: 'd3dx9math.inl': No such file or directory    e:\source_client\extern\include\directx9\d3dx9math.h    1786    1    eterGrnLib
 

I checked C:/Program files/Microsoft DirectX SKD (june 2010)/Include and the d3dx9math.inl is there.

I reinstalled the SKD but nothing. Some help?

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

18 hours ago, Frozen said:

You need to put the include file d3dx9math.h in this directory:  e:\source_client\extern\include\directx9\d3dx9math.h 

if you dont have the file here it is: http://maxmods.googlecode.com/svn/trunk/ceguidirect3d9.mod/include/d3dx9math.h

Thanks, but i have that file there and still nothing, the error persists.

Link to comment
Share on other sites

1 hour ago, Sydai said:

Thanks, but i have that file there and still nothing, the error persists.

See if this helps: https://msdn.microsoft.com/en-us/library/et4zwx34.aspx

I think what can be is:

  • The file, the directory, or the disk is read-only.
  • Access permissions for the file or the directory are not granted.

If you cant find a solution try to make some modifications to the code so you dont use that include file.

Link to comment
Share on other sites

3 minutes ago, Frozen said:

See if this helps: https://msdn.microsoft.com/en-us/library/et4zwx34.aspx

I think what can be is:

  • The file, the directory, or the disk is read-only.
  • Access permissions for the file or the directory are not granted.

Thank you, but i found other sln that i can compile. Anyway, thank's again 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.