Re: Comet32 compile errors


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Barbara Brazil on October 18, 2012 at 10:23:12:

In Reply to: Comet32 compile errors posted by Grant Foraker on October 18, 2012 at 10:09:25:

Grant:

Interesting. I guess you saw the problem was you used "END" instead of "ENDIF":

1068 GYQ.IBS 00001F27 IF SUB(cosCtlText$,18,1) EQ 'A'
1069 GYQ.IBS 00001F43 LET WREG$ = SUB(cosCtlText$,29,3) ! GET REGISTER SEQ
1070 GYQ.IBS 00001F5A ELSE
1071 GYQ.IBS 00001F5F LET WREG$ = SUB(cosCtlText$,14,3) ! GET REGISTER SEQ
1072 GYQ.IBS 00001F76 END
ERROR: 1 structured 'IF' exist with no 'ENDIF's
Begin looking at IF at address 00001F27

Comet16 wouldn't give you anymore errors because END means you're all done. Comet32 is going to continue looking in case you have code for any procs. Thus it started compiling all the code as if it was a new program and none of the variables were defined.



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]