Re: [Mingw-w64-public] setjmp/longjmp crashes, second setjmp argument

2015-10-01 Thread Kevin Ushey
Hi Thomas, Is it possible that the value of the second argument depends on whether SJLJ or SEH handling is used? FWIW, we (a team trying to prepare a MinGW toolchain for R) were bumping into longjmp crashes using a 64bit version of the toolchain with SJLJ exceptions; however, we don't encounter s

Re: [Mingw-w64-public] MSVC 14 Runtime def files

2015-10-01 Thread Zachary Greve
Here are the ARM .def files, debug and release. ; ; Definition file of ucrtbased.dll ; Automatic generated by gendef ; written by Kai Tietz 2008 ; LIBRARY "ucrtbased.dll" EXPORTS _Cbuild _Cmulcc _Cmulcr _CreateFrameInfo _CrtCheckMemory _CrtDbgReport _CrtDbg

Re: [Mingw-w64-public] MSVC 14 Runtime def files

2015-10-01 Thread Zachary Greve
I'll see if I can find the ARM versions on my computer and get the .def files for them. I'll report back as soon as I get some .def files made. --