Tuesday, February 10, 2009

Spork sample: my version compatible with "Oslo" SDK January 2009

I have made my version of  "Spork" sample compatible with new "Oslo" SDK.  This post will be about it.

First, I changed MGrammar attribute from @{CaseSensitive[false]}  to @{CaseInsensitive} (VBA.mg and VBAv2.mg files).

Next, I made changes on VbaCompiler.cs file (the most important changes). You can download it from:

Finally, I little changed AdvRunner and AdvRunnerV2 projects (additional argument in CreateEdit method of ImmediateModeEdit class).

Complete "Spork" sample with all my changes you can download from:

It works for me !

No comments: