I've got a program launch executable compiled with PBWin7.04 that shells to a PBCC5.01 console application with the following syntax:
SHELL nbLoc$+"nbOwner.exe",0
It works without fail in Vista and Win2000 but I get very erratic behavior on Xp with the console hanging about every second time. I've tried synchronous and a synchronous methods and I've tried ShellExecute, too, with no improvement. I get more consistent results by shelling to a little utility called SH.EXE. And so far, upon bootup I can always shell successfully at least once, maybe twice, before things hang. I should add that when the console app is called directly, there is no problem.
I'm quite perplexed at this point. I need the objectivity of someone else who might see something I'm missing.
SHELL nbLoc$+"nbOwner.exe",0
It works without fail in Vista and Win2000 but I get very erratic behavior on Xp with the console hanging about every second time. I've tried synchronous and a synchronous methods and I've tried ShellExecute, too, with no improvement. I get more consistent results by shelling to a little utility called SH.EXE. And so far, upon bootup I can always shell successfully at least once, maybe twice, before things hang. I should add that when the console app is called directly, there is no problem.
I'm quite perplexed at this point. I need the objectivity of someone else who might see something I'm missing.
Comment