Re: Qt6 sets UNICODE on Windows

2021-06-07 Thread Kornel Benko
Am Mon, 7 Jun 2021 20:03:47 +0200 schrieb Yu Jin : > Am Mo., 31. Mai 2021 um 16:42 Uhr schrieb Pavel Sanda : > > > On Sat, May 29, 2021 at 06:47:05PM +0200, Yu Jin wrote: > > > > But I also think that the "universal" function calls (CreateNamedPipe() > > > > and WaitNamedPipe()) should be made sp

Re: Qt6 sets UNICODE on Windows

2021-06-07 Thread Yu Jin
Am Mo., 31. Mai 2021 um 16:42 Uhr schrieb Pavel Sanda : > On Sat, May 29, 2021 at 06:47:05PM +0200, Yu Jin wrote: > > > But I also think that the "universal" function calls (CreateNamedPipe() > > > and WaitNamedPipe()) should be made specific (CreateNamedPipeA() and > > > WaitNamedPipeA()), becaus

Re: Qt6 sets UNICODE on Windows

2021-05-31 Thread Pavel Sanda
On Sat, May 29, 2021 at 06:47:05PM +0200, Yu Jin wrote: > > But I also think that the "universal" function calls (CreateNamedPipe() > > and WaitNamedPipe()) should be made specific (CreateNamedPipeA() and > > WaitNamedPipeA()), because the arguments are also specific (c_str() always > > returns con

Re: Qt6 sets UNICODE on Windows

2021-05-29 Thread Yu Jin
Am Sa., 29. Mai 2021 um 18:43 Uhr schrieb Yu Jin : > Am Sa., 29. Mai 2021 um 10:57 Uhr schrieb Yu Jin : > >> >> >> Am Sa., 29. Mai 2021 um 10:22 Uhr schrieb Kornel Benko : >> >>> Am Sat, 29 May 2021 09:56:06 +0200 >>> schrieb Yu Jin : >>> >>> > this is connected to the Beta 1 tarballs, trying to b

Re: Qt6 sets UNICODE on Windows

2021-05-29 Thread Yu Jin
Am Sa., 29. Mai 2021 um 10:57 Uhr schrieb Yu Jin : > > > Am Sa., 29. Mai 2021 um 10:22 Uhr schrieb Kornel Benko : > >> Am Sat, 29 May 2021 09:56:06 +0200 >> schrieb Yu Jin : >> >> > this is connected to the Beta 1 tarballs, trying to build LyX I stumbled >> > across this: >> > [image: grafik.png]

Re: Qt6 sets UNICODE on Windows

2021-05-29 Thread Yu Jin
Am Sa., 29. Mai 2021 um 10:22 Uhr schrieb Kornel Benko : > Am Sat, 29 May 2021 09:56:06 +0200 > schrieb Yu Jin : > > > this is connected to the Beta 1 tarballs, trying to build LyX I stumbled > > across this: > > [image: grafik.png] > > Apparently Qt6 sets UNICODE and _UNICODE on LyX (and only on

Re: Qt6 sets UNICODE on Windows

2021-05-29 Thread Kornel Benko
Am Sat, 29 May 2021 09:56:06 +0200 schrieb Yu Jin : > this is connected to the Beta 1 tarballs, trying to build LyX I stumbled > across this: > [image: grafik.png] > Apparently Qt6 sets UNICODE and _UNICODE on LyX (and only on LyX) when > configuring without LYX_CONSOLE. It does that by setting th