In one of my QM functions I have to rum a fortran executable :
run F"{d_root}\exe\gamma.exe" "" "" "" 0x400
It works, unless there exists a run time error, when error logging is lost. I wonder whether there exists a way to overcome this problem. I have tried to use RunConsole instead, but I failed. Any advice is mostly welcome. Many thanks in advance.
run F"{d_root}\exe\gamma.exe" "" "" "" 0x400
It works, unless there exists a run time error, when error logging is lost. I wonder whether there exists a way to overcome this problem. I have tried to use RunConsole instead, but I failed. Any advice is mostly welcome. Many thanks in advance.