Announcement

Collapse
No announcement yet.

PB9 Confirm Right Menu Open File #Include Once fails

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

  • Brian Chirgwin
    replied
    Reported

    Originally posted by Rodney Hicks View Post
    I'm getting the same as you. Seems like you get to send it in to support!
    Reported to support.

    Thanks.

    P.S. Should have been someone (not some)? It was a late night.

    Leave a comment:


  • Rodney Hicks
    replied
    I'm getting the same as you. Seems like you get to send it in to support!

    Leave a comment:


  • Chris Holbrook
    replied
    Originally posted by Brian Chirgwin View Post
    Can some confirm?
    Some does. Maybe other some could report?

    Leave a comment:


  • PB9 Confirm Right Menu Open File #Include Once fails

    Editor PB9 has a right mouse open file for #include.

    it works if code is

    Code:
    #include "filename.inc"
    fails if (disabled) not recognized as file.

    Code:
    #include once "filename.inc"
    Can some confirm?
Working...
X