After updating Harbour with the nightly build and a day of walking in circles without getting anywhere seeking the solution to this problem, I finally figure out that MinGW GCC have 3 different "Exception handling" systems: SJLJ, DWARF, and SEH.
Harbour nightly build was using [b:19gdl8ur]SJLJ[/b:19gdl8ur] version:
[code=fw:19gdl8ur][/code:19gdl8ur]
and [b:19gdl8ur]DWARF[/b:19gdl8ur] one was needed.
In my case I looked for the very same version:
[url:19gdl8ur]https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-posix/dwarf/[/url:19gdl8ur]
[code=fw:19gdl8ur][/code:19gdl8ur]
[[]] Maurício Faria
↧