|
-
Jan 17th, 2003, 10:52 PM
#1
Thread Starter
Addicted Member
Program works with some Win OS..not all...why?
Hi,
This pertains to the family of Windows Operating Systems. I recently wrote a program in C++ using Dev-C IDE and Mingw compiler. The program used OpenGL and GLUT. It compiled fine. I had only one reference to a bitmap header in windows.h for bitmap loading..but no other win files.
It ran on Win95, Win98 and WinME consistently (several platforms). It ran on some Win2Ks, but not all. XP could not run it at all on many different PCs.
Now, this used OpenGL (v1.2...I think). I included the glut.dll with the software. I wrote an event logger that would record all events during program load. I found that the program would fail at various points during load. It managed to get farther some times than others.
I am curious what ideas you have pertaining to problems related to this issue. Have you written programs that don't work on XP but does fine on others? Please let me know what you think.
Regards,
ChuckB
-
Jan 18th, 2003, 10:04 AM
#2
Maybe incompatible OpenGL versions. Can you give examples of exactly when the app failed?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|