Search found 1 match

by albon
28 Sep 2009 04:24
Forum: mikroBasic PRO for PIC General
Topic: Error - Main function is not defined
Replies: 13
Views: 17707

Error - Main function is not defined

I am trying a very simple program just to test proraming a 16F628A Here is the program as typed in the compiler editor: program gencontrol main: ' Main program TRISB = 0 eloop: PORTB = $FF Delay_ms(1000) PORTB = 0 Delay_ms(1000) goto eloop end. I click on Project>Build It returns with following erro...

Go to advanced search