在 C++ Builder 中使用 TREST 组件时如何修复 "abnormal program termination"?
How to fix "abnormal program termination" when using TREST components in C++ Builder?
我在关闭应用程序时收到 "abnormal program termination" 错误。
当我使用 TREST 组件时,我在 Data.Bind.ObjectScope 的这一特定行上收到上述错误并引发异常 First chance exception at 1FAA12. Exception class EBindingScopeFactoryError with message 'Scope class TBindSourceAdapterCustomScope not registered'.
单元,我尝试了很多次排查调试,都出现同样的错误
我在设计时使用那些 TREST 组件(不是动态的)。
我想不出解决办法。
这是一个错误 RSP-19139,在 RAD Studio 10.3.2 中被列为已修复。
我在关闭应用程序时收到 "abnormal program termination" 错误。
当我使用 TREST 组件时,我在 Data.Bind.ObjectScope 的这一特定行上收到上述错误并引发异常 First chance exception at 1FAA12. Exception class EBindingScopeFactoryError with message 'Scope class TBindSourceAdapterCustomScope not registered'.
单元,我尝试了很多次排查调试,都出现同样的错误
我在设计时使用那些 TREST 组件(不是动态的)。
我想不出解决办法。
这是一个错误 RSP-19139,在 RAD Studio 10.3.2 中被列为已修复。