Error in output if Main is missing

Monkey Forums/Monkey Bug Reports/Error in output if Main is missing

DruggedBunny(Posted 2013) [#1]
If I run this on any target in V67b...

' Test


... the output is:


"G:/DevTools/Monkey/bin/transcc_winnt" -target=Html5_Game -config=Release -run "G:/Development/Monkey/temp.monkey"
Trans: ignoring unrecognized config var: PSS_PATH
Parsing...
Semanting...
G:/DevTools/Monkey/targets/xna/TARGET.MONKEY<5> : Error : Function 'Main' not found.
Done.



Not only does it refer to line 5 (OK, I sort of get why, given the following), but it refers to XNA -- note target selected above is HTML5 -- and Ted always opens Monkey\targets\xna\TARGET.MONKEY!


marksibly(Posted 2013) [#2]
Fixed in next v67 release.