OsloTool, a GUI on top of m.exe, mx.exe, mg.exe and mgx.exe
Bryan Sumter wrote a cool GUI to compile our grammars and models:
Dear readers,
I’ve been working on a small project called “OsloTool” and I thought it would be best to share this with the rest of the Oslo developers. It saved me a lot of time developing Oslo applications.
Basically it’s a Graphical User Interface on top of the commandline tools: mg.exe, mgx.exe, m.exe and mx.exe. Untill Microsoft Implements build-options into IntelliPad u can use this (if you hate commandline as much as I do).
I’ll post the source as well, so you can modify and maybe even expand it.
Screenshot:
http://img9.imageshack.us/img9/1353/oslotool.jpg
Download:
http://michaelwolbert.nl/projects/Oslo/OsloTool.zip (thanks to my dear colleague and friend, Michael Wolbert)
Mirror:
http://www.zshare.net/download/56614958a3fce0d5/
Note:
In “Commands.cs” there is this line of code which specifies Oslo Directory:
static string OsloDirectory = “C:/program files/microsoft oslo sdk 1.0″;
If you got any questions concerning OsloTool feel free to leave a message!
Greeting,
Bryan Sumter
Grab the executable and source here!






