Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. [SOLVED] VST sdk 2.4, QtSolutions and Qt5.0.2 Mingw for Windows 7
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] VST sdk 2.4, QtSolutions and Qt5.0.2 Mingw for Windows 7

Scheduled Pinned Locked Moved 3rd Party Software
2 Posts 1 Posters 2.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vdc82
    wrote on last edited by
    #1

    Hi,

    I have some problems since changing from windows xp to windows 7.

    By click or moving the mouseptr over a button i received following msg:
    QWidget::repaint: Recursive repaint detected

    with closing of the host program (http://www.hermannseib.com/vsthost.htm) i received following msg:
    QPaintDevice: Cannot destroy paint device that is being painted
    QThreadStorage: Thread 0x2238840 exited after QThreadStorage 2 destroyed

    Also it seems that the focus is sometimes lost.

    Starting with the debugger it throws a Segmentation fault.

    Here is the code with QtCreator Project (new project template, minimal implementation):
    https://dl.dropboxusercontent.com/u/17094062/VSTQT.ZIP

    thx in adv

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vdc82
      wrote on last edited by
      #2

      Findings after a year.

      !! Do not try to make a VST Editor with Qt GUI !!

      You will inevitably encounter some problems.
      Handle qApp instance, manage 2 or more plugin instances, .....

      Of course you can use the Qt lib if you don't need SIGNAL/SLOT stuff.

      Separate the Editor in a new Process and communicate over RPC between plugin and editor.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved