FineLineIDE


Results 1 to 40 of 188

Thread: FineLineIDE

Threaded View

  1. #11
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Quote Originally Posted by mister_e View Post
    NAH, easy solution when using MPASM, add the following line at the top of your code.
    Code:
    @     ERRORLEVEL -306 ; supress code boundary message
    It is just a warning, I guess the function in MCSP just ignore it when it happen. So yeah, it could be a feature of FineLine. Just parse the begining of the message, analyze it, ignore it... and you're done
    On compile button press the IDE saves your code to it's file and passes the file path to PBP.exe to compile to an assembly file.
    As a rule the IDE doesn't fiddle with the code as it wouldn't reopen the same if the IDE was closed after a compile.
    Thinking out loud I suppose the IDE on compile could add the line "@ ERRORLEVEL -306 ; suppress code boundary message" to file to be compiled and re save the original after compile is complete but their really is no reason to do so.
    Another way would be if FL were to simply not report a specific compiler warning however again no reason to do so as adding Mr E's line of code is the intended method.

    Norm
    Last edited by Normnet; - 29th July 2011 at 10:45.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts