Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Exception

Could you explain to me please what I should do if I got popup window saying " Project dialog.exe raised exception class EAccessViolation with message Access Violation at address 00401B97 in module DIALOG.EXE. Read of address FFFFFFFF."
When I go on the application works partly because it doesn't show programmed dialog window. What should I do to receive the programmed dialog window? Thank you in advance.
[417 byte] By [stece] at [2007-11-11 7:41:04]
# 1 Re: Exception
You have a pointer problem (over stepped an array or used a null pointer or the like).
You need to fix it.
jonnin at 2007-11-11 21:02:04 >