Re: [Interest] CONFIGURING Qt5.11.1 in Visual Studio 2017

2018-09-12 Thread Timothy W. Grove
On 11/09/2018 17:36, Thiago Macieira wrote: On Tuesday, 11 September 2018 08:32:35 PDT Timothy W. Grove wrote: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\type_traits(1271): error C2338: You've instantiated std::aligned_storage with an ext

Re: [Interest] CONFIGURING Qt5.11.1 in Visual Studio 2017

2018-09-12 Thread Timothy W. Grove
Thanks. It worked. It took half a day, but it worked! Tim On 11/09/2018 17:36, Thiago Macieira wrote: On Tuesday, 11 September 2018 08:32:35 PDT Timothy W. Grove wrote: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\type_traits(1271): error

[Interest] CONFIGURING Qt5.11.1 in Visual Studio 2017

2018-09-11 Thread Timothy W. Grove
I haven't often attempted to build Qt myself, so I'm not 100% sure of the process, but trying to run 'configure' in Windows 10 I get the following error: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\type_traits(1271): error C2338: You've inst

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-09-04 Thread Timothy W. Grove
you never know what problems might be solved (or caused) by the VM in the background... On 22.08.2016 21:30, Timothy W. Grove wrote: I don't think you are doing anything wrong; perhaps even doing something right! My development and testing has been on Mavericks where I am seeing the probl

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-27 Thread Timothy W. Grove
without Python, to see if it really is Qt's fault? (Just create an app with Qt Creator and run it. As far as I understand, you use QWidgets, right? If so, create an empty QWitgets project, run and see how it goes.) On Fri Aug 19 13:33:58 2016 GMT+0200, Timothy W. Grove wrote: Changing the k

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-27 Thread Timothy W. Grove
see if it really is Qt's fault? (Just create an app with Qt Creator and run it. As far as I understand, you use QWidgets, right? If so, create an empty QWitgets project, run and see how it goes.) On Fri Aug 19 13:33:58 2016 GMT+0200, Timothy W. Grove wrote: Changing the keyboard input sour

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-25 Thread Timothy W. Grove
cation includes code to switch the keyboard input source depending on which text editor is in focus, and that is still causing problems. I'm attempting to expand my test Qt app to include a couple of QTextEdits and switching code to see how that works... Tim On 22.08.2016 21:30, Timo

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-22 Thread Timothy W. Grove
changing the language directly in System Preferences -> Keyboard -> Input Sources. No crash is happening. What am I doing wrong? Regards, Alex. On 19 Aug 2016, at 20:13, Timothy W. Grove <mailto:tim_gr...@sil.org>> wrote: Well, my first experiences working with QtCreator dire

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-19 Thread Timothy W. Grove
f it really is Qt's fault? (Just create an app with Qt Creator and run it. As far as I understand, you use QWidgets, right? If so, create an empty QWitgets project, run and see how it goes.) On Fri Aug 19 13:33:58 2016 GMT+0200, Timothy W. Grove wrote: Changing the keyboard input source

[Interest] Myanmar-QWERTY crashes OS X application

2016-08-19 Thread Timothy W. Grove
Changing the keyboard input source on OS X back and forth between 'British' and 'Myanmar-QWERTY' crashes my PyQt v5.7 application after about three changes, usually corrupting an attached sqlite database as well. 'Myanmar-QWERTY' is the only input source that I'm having trouble with; all others

Re: [Interest] Deploying Applications on OS X

2016-02-28 Thread Timothy W. Grove
m On 28/02/2016 17:42, Gianluca wrote: Il giorno 28/feb/2016, alle ore 17:30, Timothy W. Grove mailto:tim_gr...@sil.org>> ha scritto: Fromhttp://doc.qt.io/qt-5/osx.html: /*Deploying Applications on OS X*/ /In general, Qt supports building on one OS X version and deploy

[Interest] Deploying Applications on OS X

2016-02-28 Thread Timothy W. Grove
Fromhttp://doc.qt.io/qt-5/osx.html: /*Deploying Applications on OS X*/ /In general, Qt supports building on one OS X version and deploying to earlier or later OS X versions. You can build on 10.7 Lion and run the same binary on 10.6. The recommended way is to build on the lat