Further to my previous question, I had an error when trying to call MessageDlg()
[DCC Error] MainForm.pas(54): E2003 Undeclared identifier: 'mtError'
So I pulled up help and found that mtError
is declared in Dialogs
.
I opened Project/Options/Unit scope names and added Dialogs
.
And I still get the same error.
I can has halpz?