ronhoddo / Publications
Forum
Compilation error int start()
HI All .. Thanks for your assistance in the past... Now I am really stumped I get only one error on compilation and this is it. int start() "unexpected function " This line is automatically placed by the wizard . I have double checked it and the "int deint()" coding before it. Any help would be much
Compilation troubles with global variables
I'm new to this.. Trying to define a to be set at a global variable perdefined value in init(). If I place it within the {} all references to it compile errors as undefined. If I place it outside of the {} I get a "; is expected" at the declaration of the variable . Result no compilation of the EA