PIC BASIC PRO MPLAB IDE v8.56 PROBLEM


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2010
    Posts
    43

    Default PIC BASIC PRO MPLAB IDE v8.56 PROBLEM

    I HAVE ONE PROBLEM!!!

    When I writing some code in Pic Basic Pro compiler,
    and when I finish,
    I press F9 button to compile,
    display me this message:

    WARNING!
    The microchip assembler (MPASM) only allows up to 62 characters to be used of path and file name.Current length is 109 characters.


    And now,when I open new page,and copy and paste my code in this new page,
    everything is be OK,I can,when I press F9 button,to compile my project!

    If I try some changing in my code in page,an I try again compile, display me the same message:

    WARNING!
    The microchip assembler (MPASM) only allows up to 62 characters to be used of path and file name.Current length is 109 characters.

    Can somebody help me,why this is happed?

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Sounds like you have your project directory in my documents or some place else deep in the drive.

    Try moving the project directory near the drives root.
    C:\PIC PROGS\
    Then have sub directories below that for each project.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    WARNING!
    The microchip assembler (MPASM) only allows up to 62 characters to be used of path and file name.Current length is 109 characters.
    This simply means that you have to short the path.

    "C:\windows\my_directory\your_directory\their_dire ctory\new-directory\your_program" this is more than 62 characters and it will not compile untill you reduce it to 62 characters or less.

    Al.
    Last edited by aratti; - 17th September 2010 at 19:53.
    All progress began with an idea

  4. #4
    Join Date
    May 2010
    Posts
    43


    Did you find this post helpful? Yes | No

    Default

    Thinks,for answer,but I cant fix may problem.
    Can somebody tell me how correct install Pic Basic Pro,
    and where i can fine full version!

  5. #5
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    You can get the full version here
    http://melabs.com/
    Dave
    Always wear safety glasses while programming.

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