Running a Blitz3D program from visual basic

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

????(Posted 2006) [#1]
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?


jfk EO-11110(Posted 2006) [#2]
make sure to run the blitz app with the debug mode to get max error info during debugging.


????(Posted 2006) [#3]
Nevermind I figured out what the problem was.