<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] VST sdk 2.4, QtSolutions and Qt5.0.2 Mingw for Windows 7]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have some problems since changing from windows xp to windows 7.</p>
<p dir="auto">By click or moving the mouseptr over a button i received following msg:<br />
<em>QWidget::repaint: Recursive repaint detected</em></p>
<p dir="auto">with closing of the host program (<a href="http://www.hermannseib.com/vsthost.htm" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.hermannseib.com/vsthost.htm</a>) i received following msg:<br />
<em>QPaintDevice: Cannot destroy paint device that is being painted</em><br />
<em>QThreadStorage: Thread 0x2238840 exited after QThreadStorage 2 destroyed</em></p>
<p dir="auto">Also it seems that the focus is sometimes lost.</p>
<p dir="auto">Starting with the debugger it throws a Segmentation fault.</p>
<p dir="auto">Here is the code with QtCreator Project (new project template, minimal implementation):<br />
<a href="https://dl.dropboxusercontent.com/u/17094062/VSTQT.ZIP" target="_blank" rel="noopener noreferrer nofollow ugc">https://dl.dropboxusercontent.com/u/17094062/VSTQT.ZIP</a></p>
<p dir="auto">thx in adv</p>
]]></description><link>https://forum.qt.io/topic/26228/solved-vst-sdk-2-4-qtsolutions-and-qt5-0-2-mingw-for-windows-7</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 07:21:18 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/26228.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Apr 2013 20:21:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] VST sdk 2.4, QtSolutions and Qt5.0.2 Mingw for Windows 7 on Sun, 15 Jun 2014 13:10:12 GMT]]></title><description><![CDATA[<p dir="auto">Findings after a year.</p>
<p dir="auto">!! Do not try to make a VST Editor with Qt GUI !!</p>
<p dir="auto">You will inevitably encounter some problems.<br />
Handle qApp instance, manage 2 or more plugin instances, .....</p>
<p dir="auto">Of course you can use the Qt lib if you don't need SIGNAL/SLOT stuff.</p>
<p dir="auto">Separate the Editor in a new Process and communicate over RPC between plugin and editor.</p>
]]></description><link>https://forum.qt.io/post/176438</link><guid isPermaLink="true">https://forum.qt.io/post/176438</guid><dc:creator><![CDATA[vdc82]]></dc:creator><pubDate>Sun, 15 Jun 2014 13:10:12 GMT</pubDate></item></channel></rss>