Announcement

Collapse
No announcement yet.

Windows 7 64Bit and Debugging

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

  • Windows 7 64Bit and Debugging

    Can anyone validate what is happening to me? If I start to debug any program in the above environment, the .EXE remains active in memory and cannot be killed from the task manager even if the program ends properly.

    Code:
    #COMPILE EXE
    #DIM ALL
    
    FUNCTION PBMAIN () AS LONG
    
            MSGBOX "Hello"
    
    END FUNCTION
    The only way to recompile is to exit PB9 and reload (On my system anyway) or else I get a destination file write error. I've tried various compatibility modes but no luck. Compile and Execute works no problem.

    Thanks - Carlo

  • #2
    Same thing happens with Vista 64-Bit.

    Email this to support.
    Scott Slater
    Summit Computer Networks, Inc.
    www.summitcn.com

    Comment


    • #3
      Thanks Scott

      I've mailed support. Just installed XP Mode and that works great with minimal penalties:

      XPM
      Compile time: 3.5 seconds, at 2182542 lines/minute

      Native Win7
      Compile time: 2.5 seconds, at 3055560 lines/minute

      Comment

      Working...
      X