Re: [Development] Using mexFunctions with QT in Matlab 2014

2014-07-03 Thread Hauke Krüger
Hi Olivier, it took some time to recompile everything but it now works! Thank you very much for this valuable hint. Best regards Hauke Am 02.07.2014 18:24, schrieb Olivier Goffart: > On Wednesday 02 July 2014 18:00:29 Hauke Krüger wrote: >> Hi everyone, >> >> I have created a mexFunction that a

Re: [Development] Using mexFunctions with QT in Matlab 2014

2014-07-02 Thread Olivier Goffart
On Wednesday 02 July 2014 18:00:29 Hauke Krüger wrote: > Hi everyone, > > I have created a mexFunction that allows to open QT dialogs etc in > Matlab. What it does is to > create a QT thread - which is not the main thread - and to allocate all > dialogs within this thread. > > This principle work

Re: [Development] Using mexFunctions with QT in Matlab 2014

2014-07-02 Thread Konstantin Ritt
/* a bit of sarcasm */ Not sure QuickTime ever needs this :P Regards, Konstantin 2014-07-02 19:00 GMT+03:00 "Hauke Krüger(IND)" : > Hi everyone, > > I have created a mexFunction that allows to open QT dialogs etc in > Matlab. What it does is to > create a QT thread - which is not the main threa

[Development] Using mexFunctions with QT in Matlab 2014

2014-07-02 Thread Hauke Krüger(IND)
Hi everyone, I have created a mexFunction that allows to open QT dialogs etc in Matlab. What it does is to create a QT thread - which is not the main thread - and to allocate all dialogs within this thread. This principle works very well in Windows /Visual Studio but it does no longer work in Lin