event handling function not found

 

My EA was compiling with a number of warnings but no errors. When I corrected one of the warnings (a variable was declared under global variables as well as in the code) I suddenly got the following error:

event handling function not found 1 1 (On line 1 and column 1 appears a "/" sign - the start of a comment line with 2 "/")

Where can I start to look for the problem?

 
ernest02:

My EA was compiling with a number of warnings but no errors. When I corrected one of the warnings (a variable was declared under global variables as well as in the code) I suddenly got the following error:

event handling function not found 1 1 (On line 1 and column 1 appears a "/" sign - the start of a comment line with 2 "/")

Where can I start to look for the problem?


You probably have deleted something by error. Did you try CTRL+Z to go back, and cancel your last changes.
Reason: