UpdateWindow crash

Started by
2 comments, last by Xanthen 22 years, 2 months ago
My OpenGL application is crashing when I call the UpdateWindow function on some video cards during my setup. It works fine on mine so I am having a hard time fixing it. Anyone have this problem before?
XanGame ProgrammerVolition Inc.
Advertisement
What does your UpdateWindow() function do?
UpdateWindow is a standard Windows API function.
XanGame ProgrammerVolition Inc.
I had the same problem with my old viper550, UpdateWindow() would indeed crash my program. The only way I could fix it was to call it right after the CreateWindow() function (no code in between) and after that never again. weird stuff!

Edited by - sysmark on February 1, 2002 5:43:13 AM

This topic is closed to new replies.

Advertisement