Hello all,
I'm running into a strange problem. I'm hoping that someone out there might have a general idea of what's happening. I'll post code if necessary, but, again, I'm really just looking for a tip.
I'm using PB/Win 8.0. I made an application that uses a DIALOG NEW UNITS block ending with DIALOG SHOW MODAL hDlg TO Result. The application runs fine on three machines in my office. I just e-mailed it to a co-worker at a distant location. He says when he runs the EXE, it shows up in Windows Task Manager (so we know it's running), but he gets no visible window.
My first thought was that the program was developed on a 2-monitor system and it might be launching off-screen on a 1-monitor system. But I ruled that out by inserting a MSGBOX of the DIALOG's location. The remote user confirms that MSGBOX pops up and reveals the DIALOG's location to be on his monitor. He tried several different PCs and got the same result.
The first line is #INCLUDE "C:\PBWin80\WinAPI\DDT.inc" The remote user doesn't have that file, but he wouldn't need it if the code were compiled into an EXE, right? The only things in my DIALOG block are CONTROL ADD statements.
Any ideas?
Thanks, Christopher
I'm running into a strange problem. I'm hoping that someone out there might have a general idea of what's happening. I'll post code if necessary, but, again, I'm really just looking for a tip.
I'm using PB/Win 8.0. I made an application that uses a DIALOG NEW UNITS block ending with DIALOG SHOW MODAL hDlg TO Result. The application runs fine on three machines in my office. I just e-mailed it to a co-worker at a distant location. He says when he runs the EXE, it shows up in Windows Task Manager (so we know it's running), but he gets no visible window.
My first thought was that the program was developed on a 2-monitor system and it might be launching off-screen on a 1-monitor system. But I ruled that out by inserting a MSGBOX of the DIALOG's location. The remote user confirms that MSGBOX pops up and reveals the DIALOG's location to be on his monitor. He tried several different PCs and got the same result.
The first line is #INCLUDE "C:\PBWin80\WinAPI\DDT.inc" The remote user doesn't have that file, but he wouldn't need it if the code were compiled into an EXE, right? The only things in my DIALOG block are CONTROL ADD statements.
Any ideas?
Thanks, Christopher
Comment