[Mingw-w64-public] Missing CLSID_WbemLocator in wbemuuid.lib

2013-09-30 Thread Mengda Wu
Hi All, I installed the latest Mingw-w64 at http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.1/64-bit/threads-win32/seh/x64-4.8.1-release-win32-seh-rev5.7z/download. My machine is Windows 7 64 bit. Using the mingw-w64, I am compiling an example from VTK-5.10.1 ( w

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

2013-09-30 Thread Jon
On Mon, Sep 30, 2013 at 3:35 PM, Kai Tietz wrote: > We have this in our FAQ AFAIR. But once again, never - and I mean > NEVER - use the executable you find in //bin. Only > use the variant in /bin folder. > In your case the later is the proper one (bin\x86_64-w64-mingw32-g++.exe). > The other i

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 JonY
On 9/30/2013 23:47, Óscar Fuentes wrote: > "Incongruous" > writes: > >> Woe, woe, woe, hold on. >> Now you really got me confused. According to the book, with >> Mingw-w64 I can compile in 32 and 64 bits, so which g++ should I >> use if I want to compile in 32bits..? > > The same, but with th

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

2013-09-30 Thread Kai Tietz
We have this in our FAQ AFAIR. But once again, never - and I mean NEVER - use the executable you find in //bin. Only use the variant in /bin folder. In your case the later is the proper one (bin\x86_64-w64-mingw32-g++.exe). The other in //bin (in your case x86_64-w64-mingw32/bin/g++.exe) is for i

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

2013-09-30 Thread Óscar Fuentes
"Incongruous" writes: > Woe, woe, woe, hold on. > Now you really got me confused. According to the book, with > Mingw-w64 I can compile in 32 and 64 bits, so which g++ should I > use if I want to compile in 32bits..? The same, but with the -m32 switch. -

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

2013-09-30 Thread Incongruous
Woe, woe, woe, hold on. Now you really got me confused. According to the book, with Mingw-w64 I can compile in 32 and 64 bits, so which g++ should I use if I want to compile in 32bits..? Thanks in advance. From: Alexey Pavlov Sent: Monday, September 30, 2013 11:27 AM To: mingw-w64-public@l

[Mingw-w64-public] [PATCH] winpthreads object types

2013-09-30 Thread Hannes Domani
Hello This patch allows overloaded functions in c++, like: void dothis( pthread_mutex_t *mutex ); void dothis( pthread_cond_t *cond ); I don't know if this should be even possible, but I've seen it in code. Regards Domani Hannes object-types.patch Description: Binary data

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

2013-09-30 Thread Alexey Pavlov
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 compiler and that the second is the 64bit > compiler. Is this correct? > > Both are 64-bit

[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--