Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, March 2002
Hint: Failure with GL


Message 1 in thread

We had the following problem: using qt3.01 on windows, we installed on a 
few systems (windows nt in this case), always the same system. On one 
system the app didnt start, because of a dll failure (one dll said FALSE 
to initialize, the message was not saying anything).
It came out that the only difference between those system were the use 
of pcanywhere (I think 10.5), and the failure was in the GL lib. I have 
to mention that we don't use any specific GL code. Therefore, I rebuild 
the qt lib without any gl and it worked.

Another GL specific error was, that hardware acceleration in windows was 
turned to on, which seems to cause windows to use GL code too. Turning 
this off the application run.

I am looking forward to a future when I can "telnet" to a customer and 
have a look in /var/log/...