Greetings,
I have built a BCB6 project and it passed compiling process. When I run it, the run time error occurs:
Project srdss.exe raised exception class EAccessViolation with message 'Access violation at address 00542A61. Read of address 00000000'. Process stopped.
I tried to put this to the main form file srdss.cpp in FormCreate and FromActivate:
ShowMessage("application started!\n"
but even this can not show up. So the program did not start at all. The error arises since the initialization process.
Please give some idea to conquer this problem. Thanks very much.
John
I have built a BCB6 project and it passed compiling process. When I run it, the run time error occurs:
Project srdss.exe raised exception class EAccessViolation with message 'Access violation at address 00542A61. Read of address 00000000'. Process stopped.
I tried to put this to the main form file srdss.cpp in FormCreate and FromActivate:
ShowMessage("application started!\n"
but even this can not show up. So the program did not start at all. The error arises since the initialization process.
Please give some idea to conquer this problem. Thanks very much.
John