Thank you very much, I will try it :) <br>Do you know some article about it? I wrote some thesis and it would be nice, if I have some reference for it... <br><br><div class="gmail_quote">2011/4/27 Lodron, Gerald <span dir="ltr">&lt;<a href="mailto:Gerald.Lodron@joanneum.at">Gerald.Lodron@joanneum.at</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" 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><font size="2" color="#0000ff" face="Verdana"></font></span> </div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Verdana">start MyPropgram.exe</font></span></div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Verdana"></font></span> </div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" 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><font size="2" color="#0000ff" face="Verdana">best regards</font></span></div><br>
<div dir="ltr" align="left" lang="de">
<hr>
<font size="2" face="Tahoma"><b>Von:</b> <a href="mailto:vtkusers-bounces@vtk.org" target="_blank">vtkusers-bounces@vtk.org</a> 
[mailto:<a href="mailto:vtkusers-bounces@vtk.org" target="_blank">vtkusers-bounces@vtk.org</a>] <b>Im Auftrag von </b>G G<br><b>Gesendet:</b> 
Mittwoch, 27. April 2011 12:57<br><b>An:</b> <a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a><br><b>Betreff:</b> 
[vtkusers] QT + VKT + ITK + VS2008<br></font><br></div><div><div></div><div class="h5">
<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" target="_blank">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></div></div></div>
</blockquote></div><br>