[Mingw-w64-public] build box?

2016-04-26 Thread Jim Michaels
hpe (HP Enterperise) may have a build box you can buy. give them the specs and see if they can build it for nothing. - Jim Michaels http://www.JesusnJim.com (computer repair info, programming) -- Find and fix

Re: [Mingw-w64-public] why is g++ pasting the source code it compiles into the cmd shell?

2016-04-26 Thread Jim Michaels
Tue 04/26/2016 17:09:24.55|C:\Users\Kristina\Desktop\prj\disk-refresh\disk-refresh-1.0\win|>g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=c:/gcc-5-win32/bin/../libexec/gcc/i686-w64-mingw32/5.3.1/lto-wrapper.exe Target: i686-w64-mingw32 Configured with: /home/cauchy/vcs/svn/gcc/

[Mingw-w64-public] 2 errors in compiler error, warning, why isn't template<>{} supported?

2016-04-26 Thread Jim Michaels
why isn't template {typedef std::vector< S > VS; bool append(VS& vs,S s);} supported? It's too time consuming for some like the company I am going to declare another class in template<>. why doesn't new return failure info like malloc? on low-RAM systems like most XP boxes in companies, it fails

Re: [Mingw-w64-public] why is g++ pasting the source code it compiles into the cmd shell?

2016-04-26 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 27.04.2016 0:09, Jim Michaels wrote: > why is g++ pasting the source code it compiles into the cmd shell? > nasty action. Which version of g++? Which distribution of GCC (i.e. where did you get it from)? Does this depend on the code of the prog

[Mingw-w64-public] why is g++ pasting the source code it compiles into the cmd shell?

2016-04-26 Thread Jim Michaels
why is g++ pasting the source code it compiles into the cmd shell? nasty action.  - Jim Michaels http://www.JesusnJim.com (computer repair info, programming) -- Find and fix application performance issues fast

Re: [Mingw-w64-public] [PATCH] Cast certain enums to int

2016-04-26 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 24.04.2016 14:55, LRN wrote: > On 24.04.2016 13:47, lh_mouse wrote: >> On 2016-04-24 18:36, LRN wrote: >>> On 24.04.2016 12:40, lh_mouse wrote: On 2016-04-23 03:38, LRN wrote: > On 22.04.2016 20:24, LRN wrote: >> This matches the beha

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-04-26 Thread Jacek Caban
Hi Tamir, It looks like your patch has wrapped lines. Please send it as an attachment or reconfigure your mail client. Thanks, Jacek On 04/25/16 22:40, Tamir Duberstein wrote: > See https://msdn.microsoft.com/en-us/library/5dae5d43.aspx > > Fixes https://sourceforge.net/p/mingw-w64/bugs/535. > >

[Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-04-26 Thread Tamir Duberstein
See https://msdn.microsoft.com/en-us/library/5dae5d43.aspx Fixes https://sourceforge.net/p/mingw-w64/bugs/535. --- diff --git mingw-w64-headers/crt/sec_api/string_s.h mingw-w64-headers/crt/sec_api/string_s.h index 7d36d91..114cfd7 100644 --- mingw-w64-headers/crt/sec_api/string_s.h +++ mingw-w64