[Gambas-user] [Gambas Bug Tracker] Bug #1059: Compilation fails with Qt 5.7

2017-01-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1059&from=L21haW4- Comment #9 by Benoît MINISINI: OK, I forgot the other qt5 components. It should work with revision #8050. -- Developer Access Program for Intel Xeon P

[Gambas-user] [Gambas Bug Tracker] Bug #1059: Compilation fails with Qt 5.7

2017-01-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1059&from=L21haW4- Comment #8 by Eduardo SANCHEZ: Hi Benoît, I tried to build revision #8049. On the good side, gb_qt5 begins to build smoothly and without problems. However, compilation fails on the webkit part of gb_qt5 with the same error me

[Gambas-user] [Gambas Bug Tracker] Bug #1063: Gambas3 httpd send own headers

2017-01-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1063&from=L21haW4- Comment #4 by Benoît MINISINI: No. Use a full-featured web server for that! Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the

[Gambas-user] [Gambas Bug Tracker] Bug #1063: Gambas3 httpd send own headers

2017-01-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1063&from=L21haW4- Comment #3 by Michał GŁOWIENKA: I rewrote the code, now everything works, the server sends gb.httpd headers. Is it possible to use in any way the keep-alive? ---

[Gambas-user] [Gambas Bug Tracker] Bug #1059: Compilation fails with Qt 5.7

2017-01-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1059&from=L21haW4- Comment #7 by Benoît MINISINI: Can you try revision #8049? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sl

[Gambas-user] [Gambas Bug Tracker] Bug #1059: Compilation fails with Qt 5.7

2017-01-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1059&from=L21haW4- Comment #6 by Eduardo SANCHEZ: Sorry. I expressed myself not very clearly. What I wanted to say is that as far as I can see gcc's version is not really an issue; the issue is that Qt 5.7 and higher reqires C++11 for building any

[Gambas-user] Open File for Watch Read Past EOF

2017-01-09 Thread Jeff Zacher
I am using Gambas 3.9.1 If I open a file for watch: hFile = Open "test" For Read Write Watch The _Read() event gets the first byte written to the file just fine. But after, no changes to the file fire the read event. So as a workaround, just close the file and reopen? On second read the _Read()

Re: [Gambas-user] Console Window

2017-01-09 Thread Gianluigi
Do not remove, thank you. Regards Gianluigi 2017-01-08 21:39 GMT+01:00 Benoît Minisini : > Le 08/01/2017 à 15:33, Charlie a écrit : > > *All I have to do is click the "Dock" button whose Tooltip says "Undock > > console" if it's docked or not.* > >