Running a Blitz3D program from visual basic

Blitz3D Forums/Blitz3D Programming/Running a Blitz3D program from visual basic

I am trying to make a visual basic program to start up a Blitz3D program. I have tried using the Shell and System.Diagnostics.Process.Start to start the blitz3D program, but when the blitz program starts it gives a Memory Acces Violation. How can I do this with out getting MAV?

make sure to run the blitz app with the debug mode to get max error info during debugging.

Nevermind I figured out what the problem was.