AccessViolation problem

ap_maly

Member
I have this problem, on start my program in C++ Builder 6 I see message "EAccessViolation with massage 'Access violation at address 400B6BD3. Read of address 3607E9DF' process stopped".

What can I do ??? Please help my. Adam
 
Run the application in debug mode from within the C++Builder IDE, and check where the exception occurs.
 
Back
Top