Hi,
I have written a program that has made it through some very rigorous testing... it's like a "Front End" to start a script which controls the "Surfer" (v8) program from Golden Software.
I recompiled and tested last night, sent a copy to my client for their people to test. They claim it works great.
When I sat down to test the exe some more this morning, I got the subject error message.
This is apparently the line that is causiing my grief: The Dialog Show Modal line. I never get to the second MSGBOX.
MSGBOX "Got Here"
DIALOG SHOW MODAL hDlg, CALL ShowDIALOG1Proc TO lRslt
MSGBOX "Got Here"
Apart from someone creeping around in my office after hours, or my dog learning to program, what could make this happen?
Has there been an M$ update that caused this to break?
It still compiles just fine and my customers say it works on their machines, (basically same as mine) so I'd appreciate any suggestions...
Sincerely,
Ken
I have written a program that has made it through some very rigorous testing... it's like a "Front End" to start a script which controls the "Surfer" (v8) program from Golden Software.
I recompiled and tested last night, sent a copy to my client for their people to test. They claim it works great.
When I sat down to test the exe some more this morning, I got the subject error message.
This is apparently the line that is causiing my grief: The Dialog Show Modal line. I never get to the second MSGBOX.
MSGBOX "Got Here"
DIALOG SHOW MODAL hDlg, CALL ShowDIALOG1Proc TO lRslt
MSGBOX "Got Here"
Apart from someone creeping around in my office after hours, or my dog learning to program, what could make this happen?
Has there been an M$ update that caused this to break?
It still compiles just fine and my customers say it works on their machines, (basically same as mine) so I'd appreciate any suggestions...
Sincerely,
Ken
Comment