问题描述
关闭应用程序时出现程序异常终止错误。
I get "abnormal program termination" error when i close my application.
当我使用 TREST 组件时,出现上述错误引发异常 $ 741FAA12的首次机会异常。 Data.Bind.ObjectScope 单元上此特定行上的异常类EBindingScopeFactoryError,并显示消息未注册范围类TBindSourceAdapterCustomScope。
,我试图进行多次调查和调试,但是出现相同的错误。
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.
我在设计时使用了这些 TREST 组件(不是动态地)。
I use those TREST components in design time (not dynamically).
我想不出解决方案。
推荐答案
那是一个错误,并在RAD Studio 10.3.2中被列为已修复。
That is a bug RSP-19139, and is listed as fixed in RAD Studio 10.3.2.
这篇关于如何修复“程序异常终止”?在C ++ Builder中使用TREST组件时?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!