Knowledgebase
7.x: [C++ Builder] I get "Abnormal program termination" or other type of crash at shutdown
Posted by Aleksandr Alekseev on 30 May 2017 11:50

Problem:

Even empty C++ Builder application crashes with "Abnormal program termination" or system crash dialog at exit.

Explanation:

Your project has memory or resource checks enabled. However, you did not configured your project correctly. Memory/resource finalization calls are in the wrong order.

Solution:

You can either:

a). Disable memory and resource checks;

or

b). Configure initialization order of your project.

See also:


Help Desk Software by Kayako Resolve