import omitted error report

Archives Forums/BlitzMax Bug Reports/import omitted error report

Tibit(Posted 2008) [#1]
I noticed that when you by misstake do:
Import "Message"

when you mean

Import "Message.bmx"

The debugger does not tell you in which file the error was encoutered.
It only says:
Unrecognized Import file type: Message
Process complete

However if I spell it wrong:

Import "Mesage.bmx"

It tells me that import file "Mesage.bmx" could not be found.


xlsior(Posted 2008) [#2]
.