Re: [Mingw-w64-public] wcstof redefined error

2018-06-30 Thread Zachary Greve
Ah, OK. That makes sense. From: Martin Storsjö Sent: Saturday, June 30, 2018 4:15 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] wcstof redefined error On Sat, 30 Jun 2018, Zachary Greve wrote: > It appears that wcstof

[Mingw-w64-public] wcstof redefined error

2018-06-30 Thread Zachary Greve
It appears that wcstof is implemented in stdlib.h, but when compiling the crt it is redefined in misc/wcstof.c, terminating the compilation. That is somewhat annoying when trying to build a MinGW-w64 toolchain. -- Check o

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