Announcement

Collapse
No announcement yet.

PBDLL60 - unable to open file

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

  • PBDLL60 - unable to open file

    In the context of the TWORD.BAS tutorial, I frequently get a
    diagnostic: "Unable to open file - tword.dat". It does not
    happen just after starting PBEDIT. But it happens on subsequent
    runs.

    This occurs both in the context of the debugger and in the
    context of Run|Compile/Execute.

    Any ideas on what is wrong and how to fix ?



    -------------
    Robert Lightbourne
    Bob Lightbourne

  • #2
    Found the solution myself. It was that an instance of TWORD.EXE
    was already running. Had to use CTRL-ALT-DEL to popup the Close
    Program Dialog, then use End Task. Or, in the debugger, to
    reset the program.

    When one uses Run|Compile-execute it loads the prog in
    memory and then one has to use CTRL-ALT-DEL|End task to unload
    it.

    ------------------
    Robert Lightbourne

    [This message has been edited by Robert Lightbourne (edited February 27, 2000).]
    Bob Lightbourne

    Comment

    Working...
    X