When a program that has a TRESTClient
components is shutdown, it will show an \"Abnormal Program Termination\" error.
Recently, we\'ve upgraded a project fr
This is fixed as of 10.3.2: https://stackoverflow.com/a/56195297/6852057
To fix it in an older version:
The issue has to do with the link order of two libraries, namely "bindengine.lib" and "bindcomp.lib".
When "bindcomp.lib" is linked in BEFORE "bindengine.lib" you will see this problem, and for some frustrating reason the IDE insists in placing the them in wrong order. So to resolve the issue.