1. RE: Mic's OpenGL Code
- Posted by "C. K. Lester" <cklester at yahoo.com> Feb 18, 2002
- 450 views
> Also, EuGLView.exw doesn't work either. The window opens fine and > wiremesh donut is displayed. However, doesn't respond to mouse > events and won't change options. Nevermind about this one. It works fine. So the only thing that doesn't work for me now is accum.exw! That's nice. I still get this message with some of them, but then they work on subsequent double-clicks...: > eugl.ew:174 in function CreateOpenGLWindow() > type_check failure, hDC is -1560213415
2. RE: Mic's OpenGL Code
- Posted by stabmaster_ at HOTMAIL.COM Mar 01, 2002
- 447 views
Try to see if hDC is declared as an integer. If it is, change it to an atom. I thought i had fixed this, but maybe i never sent the fixed version to RDS... >I still get this message with some of them, but then they work on >subsequent double-clicks...: > > > eugl.ew:174 in function CreateOpenGLWindow() > > type_check failure, hDC is -1560213415 >