Sonsivri

Electronics => Pic Basic Languages => Topic started by: zuisti on March 15, 2012, 05:19:30 17:19



Title: An interesting in the ProtonIde.
Post by: zuisti on March 15, 2012, 05:19:30 17:19
If the include file has the same name as the program's file name (eg myprog.bas - myprog.inc),
and there is an error in the program, the ProtonIde does not show the exact position of, just a
generic error message comes ("compile error"). And perhaps a long time to search for the mistake  :o

Always use different names (eg myprog.bas - my_progr.inc).