Re: [Mingw-w64-public] Syber Terrorist, please help!!

2013-11-09 Thread Incongruous
discussing political questions on a technical mailing list? Best regards, Wolfgang Am 09.11.13 14:52, schrieb Incongruous: > Who are you people? It looks that this is one of those Trojan building > groups associated with Google. > I would like the list manager to response to this me

Re: [Mingw-w64-public] Syber Terrorist, please help!!

2013-11-09 Thread Incongruous
Ah! You are one of them!! I am subscribing RIGHT NOW!! -Original Message- From: JonY Sent: Saturday, November 09, 2013 9:02 AM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] Syber Terrorist, please help!! ---

Re: [Mingw-w64-public] Syber Terrorist, please help!!

2013-11-09 Thread Incongruous
@lists.sourceforge.net Subject: Re: [Mingw-w64-public] Syber Terrorist, please help!! Please leave and take care that the door doesn't hit you on the way out. On Fri, Nov 8, 2013 at 10:41 PM, Incongruous wrote: > My oh my, you are one of them, aren't you. Wait, what about MinGW, is > Mi

Re: [Mingw-w64-public] Syber Terrorist, please help!!

2013-11-08 Thread Incongruous
! On 11/8/13, Incongruous wrote: > Please help me, a terrorist group calling themselves Google has invaded my > computer. Every time I run IE11 it displays the web page of this abusive > organization. Is there a way that Microsoft could provide some sort of > protection against this k

[Mingw-w64-public] Syber Terrorist, please help!!

2013-11-08 Thread Incongruous
Please help me, a terrorist group calling themselves Google has invaded my computer. Every time I run IE11 it displays the web page of this abusive organization. Is there a way that Microsoft could provide some sort of protection against this kind of threat? Is there a way to stop this organiza

[Mingw-w64-public] Press any key to continue...

2013-11-06 Thread Incongruous
I would like to remove the ‘Press any key to continue...’ from the console when using Code::Blocks, anyone?-- November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming mo

[Mingw-w64-public] USING u16string, HOW 2?

2013-11-01 Thread Incongruous
#include #include int main(){ std::string s("string"); std::cout << s << std::endl; std::u16string u16s(u"string"); std::cout << u16s << std::endl; std::cin.get(); return 0; } The above code gives me the following errors, am I using u16string correctly? Thanks in advance!!

[Mingw-w64-public] FROM std::string TO 'const std::wchar_t*'

2013-10-31 Thread Incongruous
Does anyone know of a way to convert a string to a 'const wchar_t*' I need this conversion for the 3rd parameter in MessageBox(...). MessageBox(NULL, apstr.c_str(), // Thius works (const wchar_t*)this->getMessage().c_str(),// getMessage() returns a std:string, it does n

Re: [Mingw-w64-public] to test for MinGW64

2013-10-16 Thread Incongruous
Thanks everyone. From: Incongruous Sent: Tuesday, October 15, 2013 6:06 AM To: MinGW-64 Mailinglist Subject: [Mingw-w64-public] to test for MinGW64 I would like to test for MinGW64 to include or exclude some code; something like: #ifdef MinGW64 doThis(); #endif #ifdef __MSV__ doSomthingElse

[Mingw-w64-public] to test for MinGW64

2013-10-15 Thread Incongruous
I would like to test for MinGW64 to include or exclude some code; something like: #ifdef MinGW64 doThis(); #endif #ifdef __MSV__ doSomthingElse #endif is this possible? tia -- October Webinars: Code for Performance Free

Re: [Mingw-w64-public] [Experimental Builds]

2013-10-11 Thread Incongruous
Consider this a request of a suggestion. I was reading << http://mingw-w64.sourceforge.net/download.php#win-builds >> and I could not avoid noticing that there is no link to a FAQ. It just might be a lot easier on us to have a FAQ accessible, like in the case of “Which Compiler to Use”. Thanks

Re: [Mingw-w64-public] Win 8 API support

2013-10-08 Thread Incongruous
013 6:25 > PM, "Incongruous ..." wrote: Basically, anything that isn't Outlook or Outlook Express, not sure if it is possible in your case. Inline mode for this message. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (MingW32) iQGcBAEBAgAGBQJSU9SuAAoJEEOnnvXyZv6Q2o

Re: [Mingw-w64-public] Win 8 API support

2013-10-07 Thread Incongruous ...
Jon_y, when your emails appear in the inbox, it shows only attachments. I don't know about the rest of the users but... opening attachments is not one of most fun things to do for me. Is there something I could change so that your messages are displayed within my email reader? TIA Date: Mon,

[Mingw-w64-public] "Which compiler should I use"

2013-10-05 Thread Incongruous
groups, and succeed. Thanks to all for the help. I am glad that my ignorance sparked a conversation that has gained an entry to the FAQs. From: Jon Sent: Friday, October 04, 2013 9:52 PM To: mingw-w64-public Subject: Re: [Mingw-w64-public] "Which compiler should I use" Heh heh, I

[Mingw-w64-public] "Which compiler should I use"

2013-10-04 Thread Incongruous
Which of these compilers should I use if I want to compile in 64bit? /bin/g++.exe /bin/x86_64-w64-mingw32-g++.exe Is this correct? if(OS_64_BIT){ /bin/g++.exe } else{ /bin/x86_64-w64-mingw32-g++.exe } Thanks From: Jon Sent: Wednesday, October 02, 2013 6:27 PM To: mingw-w64-public Subj

Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread Incongruous
Thanks Kai. Yes, it explains it very nicely. Now it is all clear. -Original Message- From: Kai Tietz Sent: Monday, September 30, 2013 3:35 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier? We have this in our FAQ AFAIR. But

Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread Incongruous
@lists.sourceforge.net Subject: Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier? 2013/9/30 Incongruous In the MinGW64\bin folder, there are two entries for the g++ compiler and ..\bin\g++.exe and ..\bin\x86_64-w64-mingw32-g++.exe, I have assumed that the first entry is the 32bit

[Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread Incongruous
In the MinGW64\bin folder, there are two entries for the g++ compiler and ..\bin\g++.exe and ..\bin\x86_64-w64-mingw32-g++.exe, I have assumed that the first entry is the 32bit compiler and that the second is the 64bit compiler. Is this correct? TIA--

[Mingw-w64-public] tRyIng 2 maKe sence of things

2013-09-20 Thread Incongruous
Look folks, I am not trying to be a pain in the you know what, but in http://mingw-w64.sourceforge.net/download.php I found this description of the different MinGW64 builds, is what I have written down bellow an accurate understanding of what was meant to be said? There are several builds avail

[Mingw-w64-public] -sjlj vs. -seh

2013-09-19 Thread Incongruous
I would assume that Win32 and posix refers to the threading technology used, but what does the part after the hyphen mean? TIA-- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutori

Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-14 Thread Incongruous
JonY, just to let you know that your emails come as an attachment in not in the body of the email. Sorry :) -Original Message- From: JonY Sent: Friday, September 13, 2013 9:39 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] mingw-w64 v3 release calling for t

Re: [Mingw-w64-public] it does not have

2013-09-09 Thread Incongruous
ngw64 Subject: Re: [Mingw-w64-public] it does not have Hello Incongruous! On Sun, Sep 8, 2013 at 6:52 PM, Incongruous wrote: > I was looking at > C:\MinGW64\x86_64-w64-mingw32\include > and it does not have , In my installation, is in: [some sort of mingw-w64 root]\mingw64\include\c+

[Mingw-w64-public] it does not have

2013-09-08 Thread Incongruous
I was looking at C:\MinGW64\x86_64-w64-mingw32\include and it does not have , why?-- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft tec

[Mingw-w64-public] what's the diff b/w -std=c++11 and -std=gnu++11

2013-09-07 Thread Incongruous
I am trying to figure out the difference between -std=c++11 and -std=gnu++11. According to: http://gcc.gnu.org/gcc-4.8/cxx0x_status.html “...with the -std=c++11 or -std=gnu++11 compiler options; the former disables GNU extensions.”, my question is, what is it that std=c++11 disables? In other wo

Re: [Mingw-w64-public] The API supported by g++11_64bit

2013-09-06 Thread Incongruous
ceforge.net Subject: Re: [Mingw-w64-public] The API supported by g++11_64bit "Incongruous" writes: > Thanks for your help. > Perhaps it is the way I am using it > GNU version is 4.8.1 > > #include > > tr1::shared_ptr uex; > > Is this correct? With C

Re: [Mingw-w64-public] #ifndef or #ifdef, that is the dilemma

2013-09-06 Thread Incongruous
: Re: [Mingw-w64-public] #ifndef or #ifdef, that is the dilemma Op 6-sep.-2013 21:51 schreef "Incongruous" het volgende: > > Yes, I am using g++. > __cplusplus is defined in stddef and I have specifically #include(ed) that > file. > I hope that this new info will clear

Re: [Mingw-w64-public] #ifndef or #ifdef, that is the dilemma

2013-09-06 Thread Incongruous
re using c++ : ;-) Am 05.09.2013 23:10 schrieb "Incongruous" : #ifndef __cpluplus std::cout << "error\n A C++ compiler is required!" << std::endl; return -1; #endif The above snip says, if __cplusplus has not been defined print “bla bla” and

Re: [Mingw-w64-public] #ifndef or #ifdef, that is the dilemma

2013-09-06 Thread Incongruous
y, September 06, 2013 1:50 AM To: mingw-w64-public Subject: Re: [Mingw-w64-public] #ifndef or #ifdef, that is the dilemma > Am 05.09.2013 23:10 schrieb "Incongruous" : >> >> #ifndef __cpluplus >>std::cout << "error\n A C++ compiler is required!" &

[Mingw-w64-public] #ifndef or #ifdef, that is the dilemma

2013-09-05 Thread Incongruous
#ifndef __cpluplus std::cout << "error\n A C++ compiler is required!" << std::endl; return -1; #endif The above snip says, if __cplusplus has not been defined print “bla bla” and return –1. Which means that if I am using __cplusplus it should NOT print anthing, right? So, am I using the C

Re: [Mingw-w64-public] The API supported by g++11_64bit

2013-09-04 Thread Incongruous
Thanks for your help. Perhaps it is the way I am using it GNU version is 4.8.1 #include tr1::shared_ptr uex; Is this correct? TIA -Original Message- From: JonY Sent: Wednesday, September 04, 2013 6:25 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] The A

[Mingw-w64-public] The API supported by g++11_64bit

2013-09-04 Thread Incongruous
Hi, is there a C++11 table describing the API supported by g++64? I am having problems getting shared_ptr to work, I wonder if it is supported by GCC-64 8.1.+ tia-- Learn the latest--Visual Studio 2012, SharePoint 2013, S

Re: [Mingw-w64-public] Adding my library

2013-09-04 Thread Incongruous
Sorry, the question is: How do I do that? -Original Message- I have a number of folders and classes that I use in all my programs, a library. I would like to add that directory in the path for the compiler to search. https://skydrive.live.com/?cid=1ecc73232b89516a#cid=1ECC73232B89516A&id=

[Mingw-w64-public] Adding my library

2013-09-04 Thread Incongruous
I have a number of folders and classes that I use in all my programs, a library. I would like to add that directory in the path for the compiler to search. https://skydrive.live.com/?cid=1ecc73232b89516a#cid=1ECC73232B89516A&id=1ECC73232B89516A%21115&v=3 Thanks in advance --

[Mingw-w64-public] MinGW64 & DLLs

2013-08-31 Thread Incongruous
Can anyone tell of a web site tutorial for creating dlls? Will G++64 dlls be compatible or applicable to G++32 apps? Thanks in advance!-- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the

Re: [Mingw-w64-public] Qt problem

2013-08-28 Thread Incongruous
lexey's Qt-builds project should you want 64-bit and the ability to build it all yourself: http://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/Qt-Builds/ https://github.com/Alexpux/Qt-builds On Wed, Aug 28, 2013 at 5:56 PM, Incongruous wrote: > It is my understanding

Re: [Mingw-w64-public] Qt problem

2013-08-28 Thread Incongruous
gwbuilds/files/external-binary-packages/Qt-Builds/ https://github.com/Alexpux/Qt-builds On Wed, Aug 28, 2013 at 5:56 PM, Incongruous wrote: > It is my understanding that Qt only works with a maximum of 4.6.x release > of > GCC-32, thus Qt does not do well with MinGW64. If I am mistaken

[Mingw-w64-public] Qt problem

2013-08-28 Thread Incongruous
It is my understanding that Qt only works with a maximum of 4.6.x release of GCC-32, thus Qt does not do well with MinGW64. If I am mistaken, some enlighten will make me so much very happy; otherwise, I would appreciate if you can tell me of a web page to download the 4.6.x version of GCC-32bit.

Re: [Mingw-w64-public] I have just downloaded MinGW64

2013-08-20 Thread Incongruous
MinGW64 2013/8/20 Incongruous : > I have just downloaded MinGW64. It comes in a .gz file, so I > uncompressed the file but it is all raw files. Am I supposed to > compile MinGW64 or I just copy the files to C:\MinGW64 and then reset the > toolchain for the IDE? https://sourceforge.

[Mingw-w64-public] alias in Windows

2013-08-20 Thread Incongruous
Look, I know this question has nothing to do with either Netbeans or MinGW64, but I cannot think of a better bunch to ask this question. On one hand the directory tree where my applications reside is a bit long and on the other hand I have seen how Wind 7 uses the aliases like %USERPROFILE% as

[Mingw-w64-public] I have just downloaded MinGW64

2013-08-20 Thread Incongruous
I have just downloaded MinGW64. It comes in a .gz file, so I uncompressed the file but it is all raw files. Am I supposed to compile MinGW64 or I just copy the files to C:\MinGW64 and then reset the toolchain for the IDE? TIA ---