need help with compile error message


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427

    Default need help with compile error message

    Hey group,

    I am trying to use Mister_E's Nokia Glcd include file that allows one to control a Nokia 3110 LCD display using various PIC's.

    The include file came from this thread...
    http://www.picbasic.co.uk/forum/show...p?t=327&page=7
    post # 269

    I am using a 12f683 and using an example program that is included in the .zip that mister_e provided.

    I am getting a compile error...

    Name:  2012-09-29_115755.jpg
Views: 250
Size:  22.3 KB

    this is what I see when I look at the include file code...
    Name:  2012-09-29_115831.jpg
Views: 248
Size:  18.4 KB

    any help is appreciated
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

  2. #2
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427


    Did you find this post helpful? Yes | No

    Default Re: need help with compile error message

    Never mind, I think I solved my problem.
    I replaced this...
    @ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF

    with this...

    #CONFIG
    __CONFIG _INTRC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_OFF & _PWRTE_OFF
    #ENDCONFIG

    I think it had to do with the newer version of PBP that I am using.
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

Similar Threads

  1. Config Error message
    By sinoteq in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 12th July 2010, 11:08
  2. Error Message
    By mel4853 in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 15th March 2009, 19:15
  3. Error message???
    By dangill in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th February 2009, 11:53
  4. error message
    By chip_select in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 21st March 2008, 07:14
  5. error message
    By jcleaver in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 21st March 2007, 23:54

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