Hi Charles,
I am not sure about examples\Sound\KBMidi.o2bas. The program runs ok with the Latest Final Alpha version, but it fails using the Beta of 29/03/18, with or without the latest modified include files. I will get the error:
   Unidentified operand s_error in Line 65.
If I comment out the block 65-69, there is a new error:
   Unidentified element type word: string in Line 105. This is defined as:
type INSTRUMENT
   string  szInst
   int     iVoice
end type
The same happens using string type within the other structures. Must this be done differently now? I only found examples\DataProcessing\DataRead.o2bas with a string in a structure and this demo runs ok.
Roland