Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am trying to work in project which was developed in 2000, in VC++, when I try to build the project in VS2008, I get multiple error related to directx, i added path to directx through tools-> project and options-> VC++ directories, adding path to directx.

Stil I get numerous errors related to WINSDK and directx.

I am new to VC++, can any help me, how to run the project in VS2008. Windows 7, which has got directx 11 version, where as the project was referenced to directx9. It keeps on saying for invalid directory path, and adding the files manually by downloading doesn't solve the problem.

Error: 108 fatal error C1083: Cannot open source file: '.\dsutil.cpp': No such file or directory c1xx


Please can any one help in getting back in rails.

With Regards
Muralekarthick

EDIT: Also see previous question Compiler-doesnt-find-DirectX-header-files.aspx
Posted
Updated 10-Jun-10 5:33am
v3
Comments
Richard MacCutchan 10-Jun-10 9:16am    
Try adding the first one or two error messages that you see to your question, in that way people may have at least some idea of what your problem is.

1 solution

muralekarthick wrote:
Error: 108 fatal error C1083: Cannot open source file: '.\dsutil.cpp': No such file or directory c1xx


Which part of this message do you have a problem with? You have the expected path, the name of the file and the fact that it is not where the compiler expects it. Take a look at your project and make sure all the files are where they are supposed to be.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900