That's very odd.<div>I've installed qyoto package at home - ArchLinux (package is same as published here <a href="ftp://ftp.kde.org/pub/kde/stable/4.8.0/src/">ftp://ftp.kde.org/pub/kde/stable/4.8.0/src/</a>) and all works.</div>
<div>If assemblygen is used  then is even worse - I can not create instance of MainWindow, - segfault, later I can put traces here.</div><div>If assemblygen is used and code is simplified to the next statement everything is ok:</div>
<div><br></div><div>using System;</div><div>using Qyoto;</div><div>public class Test {</div><div><span class="Apple-tab-span" style="white-space:pre">            </span>public static int Main(String[] args)</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>{</div>
<div><span class="Apple-tab-span" style="white-space:pre">                      </span>new QApplication(args);</div><div><span class="Apple-tab-span" style="white-space:pre">                      </span>QMainWindow w = new QMainWindow();</div><div><span class="Apple-tab-span" style="white-space:pre">                   </span>w.SetCentralWidget(new QTextEdit());</div>
<div><span class="Apple-tab-span" style="white-space:pre">                      </span>QApplication.Exec();</div><div><span class="Apple-tab-span" style="white-space:pre">                 </span>Console.WriteLine("exiting");</div><div><span class="Apple-tab-span" style="white-space:pre">                      </span>return 0;</div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span>}</div><div>}</div><div><br></div><div>btw, in Arch Linux I have Qt 4.8 installed</div><div>In ubuntu (Qt 4.7.2) there is no segfault and the situation is same as my previous message, regardless what sources I use for compiling smokegen, smokeqt and qyoto.</div>
<div>I  have not tested Ubuntu repos for the moment.</div><div><br></div><div>Cvetoslav Ludmiloff</div><div><a href="http://archstable.blogspot.com/">http://archstable.blogspot.com/</a></div><div><br></div><div><br></div>