Re: [Interest] Application Plugins

2014-07-23 Thread Graham Labdon
:38 Cc: interest@qt-project.org Subject: Re: [Interest] Application Plugins Am Wed, 23 Jul 2014 09:05:45 + schrieb Graham Labdon : > Hi thanks for your reply > I have stepped through the code with the debugger and it reports that > the specified module could not be found This project

Re: [Interest] Application Plugins

2014-07-23 Thread alexander golks
Am Wed, 23 Jul 2014 09:05:45 + schrieb Graham Labdon : > Hi thanks for your reply > I have stepped through the code with the debugger and it reports that the > specified module could not be found > This project succeeds if compiled in Release mode but not in Debug mode > > Does anyone have c

Re: [Interest] Application Plugins

2014-07-23 Thread Graham Labdon
-bounces+graham.labdon=avalonsciences@qt-project.org [mailto:interest-bounces+graham.labdon=avalonsciences@qt-project.org] On Behalf Of Bo Thorsen Sent: 23 July 2014 09:22 To: interest@qt-project.org Subject: Re: [Interest] Application Plugins Den 22-07-2014 17:09, Graham Labdon skrev: >

Re: [Interest] Application Plugins

2014-07-23 Thread Bo Thorsen
Den 22-07-2014 17:09, Graham Labdon skrev: > Hi > I am developing a set of plugins for my Qt application using VS 2012 > When I created the project I selected Qt Library as the project type, but > when I load the library with QPluginLoader the 'instance' method failed. > I then created another VS

[Interest] Application Plugins

2014-07-22 Thread Graham Labdon
Hi I am developing a set of plugins for my Qt application using VS 2012 When I created the project I selected Qt Library as the project type, but when I load the library with QPluginLoader the 'instance' method failed. I then created another VS project using the 'Qt Application' as the project ty