DirectX 9 ????

Started by
3 comments, last by NexSim 21 years, 2 months ago
I intalled DirectX 9 SDK Full 230MB and setup Visual C++ 6 (SP5) with all include and lib files. But when I compile the www.andypike.com tutorials samples I got 0 error(s), 0 warning(s) but when I want make it run nothing happens.
Advertisement
Are the source files included in the project?

It may sound funny, but sometimes I create a project and forget to add the sources to it.

So, it's possible that you're compiling an empty project.

[edited by - Arkainium on January 31, 2003 1:29:11 AM]
everything is where it has to be, I dont know why, but before with DirectX 8.1 SDK it worked perfect and even without installing VC++(SP5). I dont know what else to do.
Try re-build. I think Visual C++ produces an .exe file only if the source files have been modified.
Remeber that you have to put the lib and include path first in the directory listing in your options screen.

But since it compiles that probably isn''t the problem.

Are you sure nothing happens? Maybe it just fails to initialize and quit. Try stepping through the app and see where it stops running.

This topic is closed to new replies.

Advertisement