Announcement

Collapse
No announcement yet.

Cmaps.exe has encountered a problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Ken Elvehjem
    replied
    Tour of Code

    Kev,

    Double thanks for your observation! Turns out that it was looking for a file that had gotten misplaced somewhere along the way.

    Seems to be working fine now.

    So Thanks Again!

    Ken

    Leave a comment:


  • Kev Peel
    replied
    Comb over ShowDIALOG1Proc, if it crashes before the dialog is shown, then you have a bug somewhere in that function, probably under the WM_INITDIALOG message

    Leave a comment:


  • Ken Elvehjem
    started a topic Cmaps.exe has encountered a problem

    Cmaps.exe has encountered a problem

    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
Working...
X