MaintainDelphi
Programmer
Friends I am a Java programmer with about 8 years of software experience. Recently I have been told to support an existing Delphi Application in my organization. I have been fixing small code changes in the forms for day to day maintenance purpose.
Since I do not have any formal Delphi background I have been stuck up with an issue since last few days. I am trying to open a form and I get a pop up saying "Error Reading Form".
Further it says
"Class TNumEdit not found. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost"
Below this are three buttons for "Ignore", "Cancel" and "Ignore All".
If I press "Ignore" button and open the form the Form gets loaded. Next when I do press F9 to run the program my application fails when I try to load this form.
It gives me error message saying
"Project raised exception. Class EAccessViolation with message 'Access Violation at address 00597E57 in module appname.exe. Read of Address '00000000' Process Stopped. Use Step or Run to continue"
I have been trying every possible solution but I have got no success to get this resolved. I am sure this should be something very simple for experience people to fix.
Any help to me in this direction will be greatly appreciated. If some one can even guide me in right direction it will be a great help for me
Please let me know if you need any more information to get this resolved.
Thanks a lot,
RG
Since I do not have any formal Delphi background I have been stuck up with an issue since last few days. I am trying to open a form and I get a pop up saying "Error Reading Form".
Further it says
"Class TNumEdit not found. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost"
Below this are three buttons for "Ignore", "Cancel" and "Ignore All".
If I press "Ignore" button and open the form the Form gets loaded. Next when I do press F9 to run the program my application fails when I try to load this form.
It gives me error message saying
"Project raised exception. Class EAccessViolation with message 'Access Violation at address 00597E57 in module appname.exe. Read of Address '00000000' Process Stopped. Use Step or Run to continue"
I have been trying every possible solution but I have got no success to get this resolved. I am sure this should be something very simple for experience people to fix.
Any help to me in this direction will be greatly appreciated. If some one can even guide me in right direction it will be a great help for me
Please let me know if you need any more information to get this resolved.
Thanks a lot,
RG