Re: [Mingw-w64-public] [PATCH] Two secapi fixes

2014-01-20 Thread Erik van Pienbroek
Committed as r6450 and r6451 Kai Tietz schreef op ma 20-01-2014 om 15:00 [+0100]: > Hallo Eric, > > both patches are ok. Please apply to trunk. Jon_y those patches > should be applied to 3.x branch too. > > Thanks, > Kai > > > 2014/1/19 Erik van Pienbroek : > > Hi, > > > > One of our users t

[Mingw-w64-public] Suppress coverity false positives from InlineIsEqualGUID()

2014-01-20 Thread mity
Hello, I would like to ping this: http://sourceforge.net/p/mingw-w64/patches/67/ I understand the proposed solution is not nice but I right now I can not see any better one. Regards, Martin -- CenturyLink Cloud: The Le

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread Ruben Van Boxem
2014/1/20 Baruch Burstein > On Mon, Jan 20, 2014 at 2:58 PM, lh_mouse wrote: > >> MinGW uses MSVCRT.DLL which shipps with Windows XP so there is no >> additional CRT DLL needed to redistribute. >> > > If MinGW64-compiled executables use MSVCRT.DLL as a runtime, then what do > they use libgcc.dll

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread niXman
Baruch Burstein 2014-01-20 17:58: > Is there an option to statically link the libgcc/libstdc++-6, so as not > to > have to distribute the .dll? Yes, '-static' -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Wi

Re: [Mingw-w64-public] [PATCH] Two secapi fixes

2014-01-20 Thread Kai Tietz
Hallo Eric, both patches are ok. Please apply to trunk. Jon_y those patches should be applied to 3.x branch too. Thanks, Kai 2014/1/19 Erik van Pienbroek : > Hi, > > One of our users tried to run a Qt5 based application on Windows XP and > Windows Server 2003, but stumbled across a fatal erro

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread Baruch Burstein
On Mon, Jan 20, 2014 at 2:58 PM, lh_mouse wrote: > MinGW uses MSVCRT.DLL which shipps with Windows XP so there is no > additional CRT DLL needed to redistribute. > If MinGW64-compiled executables use MSVCRT.DLL as a runtime, then what do they use libgcc.dll for? Isn't it also just a c runtime li

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread niXman
lh_mouse 2014-01-20 16:58: > Additional: Personally I do not suggest you use mingw32 to > cross-compile x64 programs. It compiles but does not run unless you > specify -static due to lack of x64 DLLs. in mingw32-SjLj, 64-bit DLLs are placed in 'mingw32/i686-w64-mingw32/lib64' ---

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread lh_mouse
Toolchain for Win32 can be found at http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/, and toolchain for Win64 can be found at http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/min

Re: [Mingw-w64-public] What to Download?

2014-01-20 Thread Alexpux
20 янв. 2014 г., в 16:31, John Duffy написал(а): > Hi > > This is probably a very very stupid series of questions, so apologies in > advance, but having poured over the website on numerous occasions, I still > can't figure out what exactly I need to download to use MinGW-64. (I'm > actually

[Mingw-w64-public] What to Download?

2014-01-20 Thread John Duffy
Hi This is probably a very very stupid series of questions, so apologies in advance, but having poured over the website on numerous occasions, I still can't figure out what exactly I need to download to use MinGW-64. (I'm actually successfully building command line programs and dll's for 64 bit