3
« on: May 11, 2009, 08:33:43 pm »
Hi,
System:
Win Xp SP3
Visual studio 2008
SFML 1.4
QT 4.5.1
Intel T7200 Dual Core
2Gb Dual Channel Ram
GeforceGo 7900
I tried to finish the qt tutorial. Everything's fine, the qt Window is there sfml-widget is initialized and there there, the loaded image is there, but I have one problem:
The sfml-widget is flickering. The green( clear()) against the grey window-background.
The source ode is exactly copied from the given sample files. (The Qt::WA_NoSystemBackground attribute is set.)
I suppose this is somehow connected with the use of QTimer.
Do I have to set some additional compiler, qt or sfml options?
Could this be some crippling with a dual core processor? Do I have to activate some Buffers?
When I set a frameratelimit with sfml the interval changes but the flickering still exists.
Vsync doestn make the problem any better.
The Problem occurs in Debug and Release. Uninitialized variables shouldnt be the problem.
thx for help
So Far...
Laguna