m32mscoff with lld-link causes SEH errors
Daniel C
dcrep at rep.com
Wed May 27 01:36:23 UTC 2020
On Tuesday, 26 May 2020 at 15:56:31 UTC, kinke wrote:
> Using `-L/safeseh:no` should work around this.
It successfully made the executable, and it runs fine - until
exit lol. Must be more tweaks needed.
Edit source/app.d to start your project.
object.Error@(0): Access Violation
----------------
0x0045F058
0x0040139F
0x0040100D
0x00405879
0x00405710
0x00402A1E
0x00401030
0x75C6347D in BaseThreadInitThunk
0x77059852 in RtlInitializeExceptionChain
0x77059825 in RtlInitializeExceptionChain
- CreateProcess Program Exit code: 1 -
More information about the Digitalmars-d-learn
mailing list