C++ Builder 开始在所有现有和工作的应用程序上抛出以下异常:
- 从 CPU 窗口:
50159CEE 83780800 cmp dword ptr [eax+$08],$00
- 从事件日志:
First chance exception at $50159CEE. Exception class $C0000005 with message 'access violation at 0x50159cee: read of address 0x00000008'. Process blahblah.exe (9688)
我猜这是一个与编译器相关的问题,但我不知道如何解决它。尝试切换"使用经典的Borland编译器",没有帮助。
通过取消选中来解决:
- 与运行时包链接,
- 与动态 RTL 链接
(他们都是false
,但出于某种原因,他们去了true
(