bss1234 wrote
I found the issue, I needed to load the Main file directly into the VM Emulator and not the test directory. I now see a nice "B" on the screen.
If you directly load the Main.vm file, the VM Emulator will not load the Output.vm in the OutputTest directory; it will use the builti-in Output class.
When you load a directory into the VM Emulator, it loads all the VM files in that directory and only uses the built-ins for classes that are not found in the loaded VM files.
I'll take a look at source you just sent me and see what's causing the segment error.
--Mark