by YoshiInAVoid » August 12th, 2011, 8:34 pm
Too lazy to look right now but it should be something like this:
System.IO.WriteAllText(C:\DSGameMaker\Temp\main.c, FinalCode)
Then it has something like:
Dim CompileProcess As New Process
With Compile Process
.Path = bla bla bla
bla bla bla
more stuff here
...
To run the make command on your game to compile it into an nds file.