Re: Problems using Qt5 and Apache Thrift

2020-03-25 Thread PAULUS, Raimund, TI-ABN
Hello Andrey Repin The sources and the documentation are her: https://thrift.apache.org/tutorial/cpp You must have libthrift installed. Maybe using threads is a better programming style, but i don't know, if it solves the problem. I use connecting and disconnecting to the service like braces

Re: Problems using Qt5 and Apache Thrift

2020-03-25 Thread PAULUS, Raimund, TI-ABN
Supplement to my first email: the ascii-interface is created with libcurses. > -Ursprüngliche Nachricht- > Von: Andrey Repin [mailto:anrdae...@yandex.ru] > Gesendet: Mittwoch, 25. März 2020 12:13 > An: PAULUS, Raimund, TI-ABN; cygwin@cygwin.com > Betreff: Re: Problems using Qt5 and Apache

Remote Work Solutions in the Time of the Pandemic

2020-03-25 Thread James Daab
Hello, in the recent weeks, we've been noticing a monumental shift in the way our societies function. The rapidly spreading Novel Coronavirus pandemic forces us to reorganize and rethink the way we work. In this time, remote collaboration often becomes a necessity rather than an option. Busines

Re: Named pipes and multiple writers

2020-03-25 Thread Ken Brown via Cygwin
On 3/25/2020 7:11 AM, Kristian Ivarsson via Cygwin wrote: I'll apologize in advance if something is not appropriate, but this is the first interaction with this project We (another open source project) have bumped into some problems using named pipes with multiple writers As far as I can see, r

Re: Problems using Qt5 and Apache Thrift

2020-03-25 Thread Andrey Repin
Greetings, PAULUS, Raimund, TI-ABN! > Problems using Qt5 and Apache Thrift ...snip... > Now i want to implement the interface parts with Qt 5. Here is the new > program sequence: > //-- > program starts > step 1: make

Named pipes and multiple writers

2020-03-25 Thread Kristian Ivarsson via Cygwin
I'll apologize in advance if something is not appropriate, but this is the first interaction with this project We (another open source project) have bumped into some problems using named pipes with multiple writers As far as I can see, reading through history, this have been a known issue for qui

Problems using Qt5 and Apache Thrift

2020-03-25 Thread PAULUS, Raimund, TI-ABN
Problems using Qt5 and Apache Thrift For several months i use Apache Thrift 0.11.0 on Cygwin 2.5.2 for data transfer between Windows boxes and my Linux host. On the Windows boxes a C++-application serves as a client. The user makes some input on an ascii-interface (created with libwed) and some