How to fix “abnormal program termination” when using TREST components in C++ Builder? [duplicate]

一曲冷凌霜 提交于 2020-04-18 05:56:50

问题


I get "abnormal program termination" error when i close my application.

When i use TREST components, i get the error above with a raised exception First chance exception at $741FAA12. Exception class EBindingScopeFactoryError with message 'Scope class TBindSourceAdapterCustomScope not registered'. on this specific line on Data.Bind.ObjectScope unit, i tried to investigate and debug many times, but the same error appears.

I use those TREST components in design time (not dynamically).

I couldn't figure out the solution to this.


回答1:


That is a bug RSP-19139, and is listed as fixed in RAD Studio 10.3.2.



来源:https://stackoverflow.com/questions/56132787/how-to-fix-abnormal-program-termination-when-using-trest-components-in-c-bui

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!