Tried setting that to the path & name of the program, but it didn't make any difference. Set environ vars under project > properties > EnvVars Option tab using a myconfig file. Nothing works. This is a really simple program, that uses one small file. Everything is in the Debug dir, so it should be looking in the "current directory" for everything, and it does when I invoke the program from a cmd prompt. It would be fine to run it manually, but of course it means the debugger isn't available.
I did set the "working dir" to the full path - still won't run.
I thought maybe the project itself was corrupt, so I build a new one and added the same pgm to it, and it will not run in the new project. Very similar projects will load and run just fine and the code is same as other pgms that will run just displays different stuff. Very weird!