Well this is what I've been working on: http://blitzmax.com/logs/userlog.php?user=9248&log=1444
The short of it is that once I've got this all finished, you will be able to create a whole application (okay, a simple Hello World demo) using only these lines of code:
frmMain.bmx
Your thoughts?
The short of it is that once I've got this all finished, you will be able to create a whole application (okay, a simple Hello World demo) using only these lines of code:
frmMain.bmx
Incbin "frmMain.frm" Type TfrmMain Extends VMForm Method cmdSayHello_Click(Event:TEvent) Notify "Hello world!" EndMethod EndType
Your thoughts?