PicBasicPro, MPLAB IDE, and Win98SE


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    trying's Avatar
    trying Guest


    Did you find this post helpful? Yes | No

    Default

    I used it before but now use xp but I think you may find help here
    http://www.microengineeringlabs.com/support/mplab.htm

    Windows 95/98/ME

    The search path is specified in a file called autoexec.bat, that should be located in the root directory of your C drive (C:\). You can edit the file with a text editor such as notepad, or run msconfig (Win98 only).

    The path statement uses the format: PATH=path1;path2;.... Add the paths to MPLAB and PICBASIC PRO to the end of the line, separating each path with a semicolon.

    An example path statement is: PATH=C:\WINDOWS;C:\PBP;C:\PROGRA~1\Microc~1\MPASMS ~1.
    Notice that long directory names must be shortened to their 8 character DOS equivalent. For example, the "Program Files" directory must be shortened to "Progra~1".

    Restart your computer after making changes to the autoexec.bat file.

  2. #2


    Did you find this post helpful? Yes | No

    Default Problem Solved

    Okay, finally...programs are now compiling correctly in MPLAB IDE. Fixed with a path statement as suggested above; added into the autoexec.bat file, e.g. PATH=C:\WINDOWS;C:\PBP;C:\PROGRA~1\Microc~1\MPASMS ~1.
    It took a couple of tries to get the syntax right, but working now.

    Thanks

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