onrdbandit
Programmer
Howdy,
I have a text encryption app coming together, and it uses a TRichEdit to hold the text. All of a sudden I started getting "Read of Address FFFFFFFF" errors. The code errors when this line runs:
I check to make sure that the Lines object isn't empty, but for some reason it errors anyway.
NOTE: I have tried deleting object files and rebuilding the project, but this did not help either.
Thanks for any help you can give,
onrdbandit
I have a text encryption app coming together, and it uses a TRichEdit to hold the text. All of a sudden I started getting "Read of Address FFFFFFFF" errors. The code errors when this line runs:
Code:
Form1->RichEdit1->Lines->Clear();
I check to make sure that the Lines object isn't empty, but for some reason it errors anyway.
NOTE: I have tried deleting object files and rebuilding the project, but this did not help either.
Thanks for any help you can give,
onrdbandit