Hi All,
my application is running on the target system (not in debugger) and
produces an error. A codeguard log file (*.cgl) is written.
Please, can you help me to detect the error?
The output is the following:
Fehler 00001. 0x100400 (Thread 0x0330):
Zugriff in ungültigem Speicher: Es wurde versucht, auf 4 Byte(s) bei
0x00000000 zuzugreifen.
Aufrufhierarchie:
0x0217DAD4(=IfTkLst.dll:0x01:00CAD4)
0x0217D9E0(=IfTkLst.dll:0x01:00C9E0)
0x0217D961(=IfTkLst.dll:0x01:00C961)
0x021A495E(=IfTkLst.dll:0x01:03395E)
0x0222AD37(=IfTkLst.dll:0x01:0B9D37)
0x0223840E(=IfTkLst.dll:0x01:0C740E)
It seems, that a NULL-pointer is accessed. But how can I find the corresponding lines of code in my project?
I'm using the CppBuilder 5.0 Pro.
Thanks for your help.
Michael
my application is running on the target system (not in debugger) and
produces an error. A codeguard log file (*.cgl) is written.
Please, can you help me to detect the error?
The output is the following:
Fehler 00001. 0x100400 (Thread 0x0330):
Zugriff in ungültigem Speicher: Es wurde versucht, auf 4 Byte(s) bei
0x00000000 zuzugreifen.
Aufrufhierarchie:
0x0217DAD4(=IfTkLst.dll:0x01:00CAD4)
0x0217D9E0(=IfTkLst.dll:0x01:00C9E0)
0x0217D961(=IfTkLst.dll:0x01:00C961)
0x021A495E(=IfTkLst.dll:0x01:03395E)
0x0222AD37(=IfTkLst.dll:0x01:0B9D37)
0x0223840E(=IfTkLst.dll:0x01:0C740E)
It seems, that a NULL-pointer is accessed. But how can I find the corresponding lines of code in my project?
I'm using the CppBuilder 5.0 Pro.
Thanks for your help.
Michael