[Interest] Different SSL Library than system provided?

2015-06-29 Thread NoMercy
Hello everyone, as a last measure of resort due to desperate endless online searches, I'm asking to you if it is possible to not even try to load the system provided SSL Library, instead maybe locally provided libssl.so & libcrypto.so files? Yes the target system is a freebsd and it has the d*mn L

Re: [Interest] Different SSL Library than system provided?

2015-06-29 Thread NoMercy
wrote: > On Monday 29 June 2015 16:44:28 NoMercy wrote: > > Hello everyone, > > as a last measure of resort due to desperate endless online searches, I'm > > asking to you if it is possible to not even try to load the system > provided > > SSL Library, inste

[Interest] Qt 4.8.6 with vs2013?

2015-10-07 Thread nomercy
Is it possible to code with vs2013 for Qt 4? I guess current plug-in only supports Qt > 5. Is there a hack to make 4.8.6 work with vs2013? Thanks Regards, Emre Besirik Sent from Mail for Windows 10 ___ Interest mailing list Interest@qt-project.org htt

[Interest] A QThread question...

2015-10-21 Thread NoMercy
Hello everyone and thanks for you replies, I've a rather advaced question about QThreads (well advanced to my knowledge anyways) I have a Windows service that runs under System user (naturally) but I want to create and run a thread from within that service and change the token of that thread so i

Re: [Interest] A QThread question...

2015-10-21 Thread NoMercy
ce but to test if it reliably runs for as long as system runs is an other matter. Thanks again for all your replies. Cheers, Emre On Wed, Oct 21, 2015 at 1:28 PM, alexander golks wrote: > Am Wed, 21 Oct 2015 12:19:20 +0200 > schrieb André Somers : > > > Op 21-10-2015 om 11:48 schree

Re: [Interest] A QThread question...

2015-10-22 Thread NoMercy
othing will > > stop one user-thread from accidentally or intentionally accessing > another user- > > thread's data. > > Sure you've to be careful, but still it's an accepted pattern on Windows. > See e.g. > https://msdn.microsoft.com/en-us/library/windows

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread nomercy
There could have been updates but I guess they did not care 😊 Sent from Mail for Windows 10 From: Reinhardt Behm Sent: 23 Ekim 2015 Cuma 13:35 To: interest@qt-project.org Subject: Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010 On Friday 23 October 2015 12:24:24 Volker Enderlein wrote:

[Interest] Qt 4.8.6 win32 manifest?

2015-11-28 Thread NoMercy
Hi, I need to get windows version correctly including and beyond win8.1 and in order to be able to this one should add some certain manifest entries (othervise version checks doesn't go beyond win8 even its a win10 system) but documentation is seems to be a litttle weak about this subject. Can you

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
On Tue, Apr 5, 2016 at 1:49 PM, Curtis Mitch wrote: > > I’m sorry to say this but QtCreator is actually eons behind the current > IDE trends and technology :( > > > > > people are practically begging jetbrains to save themselves from > QtCreator (no offense intended but this is the case for many

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
I think after countless agruments in this thread I will try to do that at best I can or find some interested people and help them maybe :( But the thing is that I'm sorry that after some point when 90% of Qt users/developers start to use/see/accept other IDEs as default for Qt development instead o

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
I see the answers usually offering some workarounds, yes you can do that BUT in a few more steps or in a less pleasent way. Thats where IU/UX design comes in. People don't want extra steps, people don't want to use mouse etc. I observe that most of you guys objecting are don't even see what others

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
On Tue, Apr 5, 2016 at 3:55 PM, Curtis Mitch wrote: > > > > > *From:* NoMercy [mailto:nome...@gmail.com] > *Sent:* Tuesday, 5 April 2016 2:34 PM > *To:* Curtis Mitch > *Cc:* interest@qt-project.org > *Subject:* Re: [Interest] CLion to replace QtCreator? > > &g

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
On Tue, Apr 5, 2016 at 4:20 PM, Sylvain Pointeau wrote: > Hello, > > Why are you not able to use CLion? it is cmake based project, it should > work with Qt pretty well, shouldn't it? > > Best regards, > Sylvain > > Yes I can but there are still a lot of missing things :( _

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
MT+03:00 NoMercy : > > I think after countless agruments in this thread I will try to do that at > > best I can or find some interested people and help them maybe :( > > But the thing is that I'm sorry that after some point when 90% of Qt > > users/developers start to use/se

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
Check out the bug report link in first mail. Regards, Emre Besirik On Tue, Apr 5, 2016 at 4:25 PM, Sylvain Pointeau wrote: > > On Tue, Apr 5, 2016 at 3:23 PM, NoMercy wrote: > >> >> On Tue, Apr 5, 2016 at 4:20 PM, Sylvain Pointeau < >> sylvain.point...@gmail.com

Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread NoMercy
I totally disagree with you here, JB products are way faster in code completion for instance and WY smarter... On Tue, Apr 5, 2016 at 4:34 PM, Nuno Santos wrote: > On 05 Apr 2016, at 14:19, NoMercy wrote: > > people are practically begging jetbrains to save themselves from QtCrea

Re: [Interest] QProcess to start a process at a higher priority

2015-03-10 Thread NoMercy
t find the file specified” when I run that. > > Thoughts? > > -Jason > > //--// >Jason R. Kretzer >Lead Application Developer >ja...@gocodigo.com > //-// > > > From: NoMercy > Date: Monday, March 9, 2015 at 5:27 AM > To: &q

Re: [Interest] QProcess to start a process at a higher priority

2015-03-10 Thread NoMercy
//--// >Jason R. Kretzer >Lead Application Developer >ja...@gocodigo.com > //-// > > > From: "Jason R. Kretzer" > Date: Tuesday, March 10, 2015 at 12:02 PM > To: "Jason R. Kretzer" ,

Re: [Interest] QProcess to start a process at a higher priority

2015-03-10 Thread NoMercy
Hello again, BTW using this method you can put args in quotes too like QString( "cscript C:\\progra~1\\yourpath\\your_vbs.vbs \"%1\" \"%2\" \"%3\" \"%4\"" ).arg( arg_var_0).arg(arg_var_1).arg(arg_var_2).arg(arg_var_3); Happy coding, Emre On Tue,