RejectedSoftware Forums

Sign up

Program exited with code -1073741511

Hi after build program return this error code -1073741511.

Re: Program exited with code -1073741511

Am 06.04.2019 um 20:07 schrieb Henrique Figueira:

Hi after build program return this error code -1073741511.

The exit code is generated by Windows due to an uncaught Windows
exception (0xC0000139 if read as hex). In particular, this is
STATUS_ENTRYPOINT_NOT_FOUND, which should mean that an attempt is made
to load a DLL with no DllMain defined when the application gets launched.

See also
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55