Combinaton Gate access


Results 1 to 40 of 48

Threaded View

  1. #35
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    If i use the suggested PIC16F877A... it compile just fine.. no warning no nothing here.

    Warning 230: __CONFIG has been deprecated for PIC18 devices. Use directive CONFIG.

    so you're using a PIC18Xxxxx device. You have few choices
    1. leave it like this... anyway it's a WARNING
    2. you add @ ERRORLEVEL -230 at the top of your code
    3. you use the new CONFIG syntax
    4. you update your PBP version to 2.47... which take care of it.
    Last edited by mister_e; - 22nd February 2007 at 00:18.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. A logic gate chip with 1 ea XOR and 2 ea AND gates?
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 21
    Last Post: - 5th August 2009, 05:29
  2. Access to sim memu
    By sahin5002 in forum GSM
    Replies: 2
    Last Post: - 16th June 2009, 11:57
  3. truck gate
    By Melros in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 13th October 2007, 13:23
  4. 18f2550 'access is denied' USB error?
    By Giulio in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 30th December 2006, 14:29
  5. FYI - How to Access individual bytes in Word Arrays
    By Melanie in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 20th July 2003, 21:56

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