1. RE: Problem with Mic's updates gl wrapper
- Posted by "Bernard W. Ryan" <xotron at bluefrognet.net> Feb 12, 2004
- 522 views
Chris: > Unfortunately still looks likes exw.exe is hannging around in the task > manager processes list - does use (reported) 0% CPU time now though. I have found that when I had exw.exe hanging around in the task manager. In some of my code it was because all of my program's winows were not being closed down properly by my program on exit. Bernie
2. RE: Problem with Mic's updates gl wrapper
- Posted by Chris Burch <chriscrylex at aol.com> Feb 12, 2004
- 549 views
Hi Yes I agree. unfortunately I think the problem's in Mike's dll - I don't think its returning properly when the window is closed. This isn't something I can do anything about. Trying to start up another of the demo's fails because the already present exw.exe, unless you close down the 'zombie' (linux expression) process first. The library is excellent (as is Mike's other opengl library), apart from this one little glitch. As I have said before, IMHO Euphoria has great potential as a game programming library, using either exotica or the opengl libs. I'm still playing (when time permits - real life etc etc). By the way, anyone know how to load models in one of the opengl Euphoria libs - and what sort of models (file types) etc. Chris Bernard W. Ryan wrote: > > > Chris: > > Unfortunately still looks likes exw.exe is hannging around in the task > > manager processes list - does use (reported) 0% CPU time now though. > > I have found that when I had exw.exe hanging around in the task manager. > In some of my code it was because all of my program's winows were not > being > closed down properly by my program on exit. > > Bernie > >