Re: [Interest] Windows VST plugin based on Qt

2015-05-19 Thread Nuno Santos
; From: interest-bounces+maurice.kalinowski=theqtcompany.com@qt- >> project.org [mailto:interest- >> bounces+maurice.kalinowski=theqtcompany@qt-project.org] On >> Behalf Of Nuno Santos >> Sent: Dienstag, 19. Mai 2015 08:27 >> To: Interests Qt >> Subject:

Re: [Interest] Windows VST plugin based on Qt

2015-05-19 Thread Kalinowski Maurice
> bounces+maurice.kalinowski=theqtcompany@qt-project.org] On > Behalf Of Nuno Santos > Sent: Dienstag, 19. Mai 2015 08:27 > To: Interests Qt > Subject: [Interest] Windows VST plugin based on Qt > > Hi, > > I’m trying to build a VST plugin based on Qt. > > A VS

Re: [Interest] Windows VST plugin based on Qt

2015-05-18 Thread Tony Rietwyk
Hi Nuno, I strongly suggest to download "Dependency Walker" utility, and use that to test loading your DLL on Windows. Also, there are dozens of VST examples available, maybe you start with one that works, then extend it with Qt or whatever. Regards, Tony > Sent: Tuesday, 19 May 2015 4:

[Interest] Windows VST plugin based on Qt

2015-05-18 Thread Nuno Santos
Hi, I’m trying to build a VST plugin based on Qt. A VST plugin is a framework for creating audio processing and instrument plugins. It provides an api that one should follows. The result is a dynamic library that will be loaded by the host (dll on windows case, bundle on mac case). I have done