On Tue, 13 Jul 2021, Tempelaar E. (Erik) wrote:
> For this to work correctly the stack size was increased somewhere in the
> past; on Unix using setrlimit, in mingw32 with 'LDFLAGS +=
> -Wl,--stack,0x0200' (32MiB)
> I've seen the "processthreadsapi" and noticed that it has a 'dwStackSize'
Hello all,
The 32-bit application I work on needs to able to validate a long string in XML
against a complex regular expression in the XSD (using xerces-c)
For this to work correctly the stack size was increased somewhere in the past;
on Unix using setrlimit, in mingw32 with 'LDFLAGS += -Wl,--st