cannot open .INC files in MCS


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Location
    England
    Posts
    17


    Did you find this post helpful? Yes | No

    Default I had a similar problem

    I recently purchased MCSP v4.0.0.0 from Melabs. When I installed it, the assembler default was set to MPASM. I had previously tried the free MCS download version and this wasn't an issue.

    On trying to compile I had similar error messages about not finding .inc files etc. When I unchecked MPASM all was well. I am using PBPro V2.60.

    Hope this helps

    David


    Quote Originally Posted by Joe S. View Post
    Hi tevriz,
    I would question your installation of PBP. Did you install from a MeLabs install disk, or some other fashion ? If you do not have an Authorized disk I suggest you go to MeLabs website and download the PBP Demo. It will allow you to write simple programs up to 31 lines of code. If you Have an authorized disk then I would reinstall PBP from it and select all the default directories, because MCS is complaining about not being able to find files that should be there.

  2. #2
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default

    The following code with the 16F628A as the selected device
    Code:
    '---------------------------------------------------------------------   
    HIGH porta.0 : PAUSE 10000 
    LOW porta.0
    automatically prompted to use PBPW for the compiler and MPASM for the assembler and
    compiled successfully using the yet to be released FineLineIDE.

    Norm

  3. #3
    Join Date
    May 2010
    Posts
    2


    Did you find this post helpful? Yes | No

    Smile

    i tried david's solution.And it works thanks a lot.

Members who have read this thread : 0

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