<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16722"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=526105810-27042011><FONT color=#0000ff 
size=2 face=Verdana>Qt runs only in console mode, if you want to hide console 
you can write a bat file which starts the exe like this:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=526105810-27042011><FONT color=#0000ff 
size=2 face=Verdana></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=526105810-27042011><FONT color=#0000ff 
size=2 face=Verdana>start MyPropgram.exe</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=526105810-27042011><FONT color=#0000ff 
size=2 face=Verdana></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=526105810-27042011><FONT color=#0000ff 
size=2 face=Verdana>Then the program does not wait for the return value of the 
MyProgram.exe console</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=526105810-27042011><FONT color=#0000ff 
size=2 face=Verdana>best regards</FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=de class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>Von:</B> vtkusers-bounces@vtk.org 
[mailto:vtkusers-bounces@vtk.org] <B>Im Auftrag von </B>G G<BR><B>Gesendet:</B> 
Mittwoch, 27. April 2011 12:57<BR><B>An:</B> vtkusers@vtk.org<BR><B>Betreff:</B> 
[vtkusers] QT + VKT + ITK + VS2008<BR></FONT><BR></DIV>
<DIV></DIV>Hi I have some project with QT+VTK+ITK and I compile it in Visual 
Studio 2008. I create solution with CMake. It works fine. But I compile it and 
run. When I run it, I have GUI window and console window. So I have question. 
How to disable console window? <BR><BR>I think, that it is because of CMake, but 
I dont know very well. <BR>I tried to used this <BR><A 
href="http://www.qtforum.org/article/18473/tutorial-for-using-qt-with-vtk.html">http://www.qtforum.org/article/18473/tutorial-for-using-qt-with-vtk.html</A><BR>But 
when I tried to compile it, it gave me many errors... <BR>Do you know some 
complete progress, how to compile it? <BR>Or how to disable console 
window?<BR><BR>I dont have console window because of it get me qWarning 
<BR><BR>QObject::killTimers: timers cannot be stopped from another 
thread<BR><BR>when I exit application from console window. <BR>When I exit 
application from GUI console window freeze :(<BR><BR>Thank you all for 
help<BR></BODY></HTML>