Click here to Skip to main content
16,012,468 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I write a program which can show scrolling text with directx. My code is running. But some computers give DirectX error when I run my program. I checked the DirectX version it seems ok. For example my computer is windows 7 starter, DirectX 11 and my program is running but when I try it on same confugirated computer (windows 7, DirectX 11) not running.
What can be the problem?
Thank you
Posted
Updated 8-Apr-11 1:06am
v3

Please submit your code to exactly know what it is doing
 
Share this answer
 
Erhm, a difficult question because there are a lot of possible answers, it's like... My printer isn't working, what's the problem?

As I read your situation, I guess the hardware configuration is not equal? Maybe the first machine supports some hardware accellerations which you use, that the second machine doesn't support? Do you check if the video adapters support hardware accelerated features like HardwareVertexProcessing and stuff?

Have you handled the DeviceLost and the DeviceReset events properly? That's about the most common failures with such results that I can think of...

You may want to run DXDiag to see wich machine's video adapter supports what?

Good luck,

Eduard
 
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