Delphi XE compiler fatal error after it mistakenly warns it had reached end of code -



Delphi XE compiler fatal error after it mistakenly warns it had reached end of code -

i have existing code has worked years throws fatal error. errors stack next error:

[dcc error] fmmain.pas(1752): e2029 ')' expected ',' found [dcc warning] fmmain.pas(1775): w1002 symbol 'point' specific platform [dcc error] fmmain.pas(1775): e2029 ')' expected ',' found [dcc error] fmmain.pas(1778): e2029 ';' expected 'if' found [dcc error] fmmain.pas(1779): e2003 undeclared identifier: 'fminimove' [dcc error] fmmain.pas(1780): e2003 undeclared identifier: 'gismmouseup' [dcc error] fmmain.pas(1780): e2003 undeclared identifier: 'sender' [dcc error] fmmain.pas(1780): e2003 undeclared identifier: 'shift' [dcc error] fmmain.pas(1781): e2029 '.' expected ';' found [dcc warning] fmmain.pas(1782): w1011 text after final 'end.' - ignored compiler

the warning @ line 1782 may key? not end of code. line 1782 "end;"

it first error points actual problem. rest of errors , warnings may because of parser getting out of sync, due first error. check , double check method @ , around line 1752. post here if can't see error in code.

delphi

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -