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