﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
83	QWidget::create()	Silvan Scherrer		"while testing blubbels i saw the following:
QWidget::create(): WinCreateWindow(WC_FRAME) failed with 0x00081034
QWidget::create(): WinCreateWindow failed with 0x00081001

when building the app as debug app all works

game.cpp needs a #ifndef Q_OS_OS2
search for use_sound = on;
and change this to

#ifndef Q_OS_OS2
use_sound = on;
#else
use_sound = false;
#endif


download:
http://sourceforge.net/settings/mirror_choices?projectname=blubbels&filename=Blubbels/Blubbels%200.9/blubbels-0.9.tar.gz"	defect	closed	critical	Qt GA	QtGui	4.5.1 Beta 2		invalid		
