PDA

View Full Version : Compiler crashes on simple script


BlueMonkey00
13th October 2001, 05:46
EDIT>>>Never Mind! I needed to include std.mi! Crikey!

My apologies if I'm totally missing the boat here.

So I downloaded the newest SDK and installed it to D:\Wasabi SDK.

I created D:\Wasabi SDK\studio\test.m that contains the following 4 lines:

--------------------------------
System.onScriptLoaded()
{
Text.setText("Hello World")
}
--------------------------------
When I try to compile by typing "mc text.m", it says:

MC - Maki Compiler v1.1.0.a9
(c)2001, Nullsoft Inc.

Preprocessing...
OK: 59 bytes, 3 lines, 1 file
Compiling...

Then it crashes. What am I doing wrong?

Thank you in advance,
Blu