AnotherProblem

Started by
3 comments, last by NeXuS15 17 years, 5 months ago
I'm wrote some code to render a basic sprite to the screen with a blue background and when the project builds a window pops up with nothing in it so that I can see everything behind it. Any ideas as to what might be wrong. [Edited by - NeXuS15 on November 27, 2006 5:53:17 PM]
Advertisement
Have you tried the forum search?
http://www.thezbuffer.com/articles/304.aspx
LoadLock is a problem that is associated with managed directX. It is a known bug. I have found that if I open the DirectX control panel and enable the retail version of DirectX as apposed to the debug version it stops some of the loaderlock problems. I think if you still have trouble you have to disable managed code debugging. I'm a little foggy on that but I think it's correct.

-Devin
Thanks for the help on the LoadLock problem, but I'm having another unfortanately, any help would be great.

[Edited by - NeXuS15 on November 27, 2006 10:54:46 PM]

This topic is closed to new replies.

Advertisement