Windows 7 64 bit problem..can anyone help???


Closed Thread
Results 1 to 17 of 17

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default Re: Windows 7 64 bit problem..can anyone help???

    Well then...

    I tried following code that still generates errors:
    Code:
    @ __config  _FCMEN_OFF & _IESO_OFF & _BOD_OFF & _CPD_OFF &  _PROTECT_OFF & _MCLR_OFF & _PWRT_OFF & _WDT_OFF &  _XT_OSC
    And here's the error list:
    Name:  MCS_errors.jpg
Views: 1529
Size:  33.1 KB

    Any ideas what I'm doing wrong or missing?
    Last edited by flotulopex; - 17th July 2011 at 21:06.
    Roger

  2. #2
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default Re: Windows 7 64 bit problem..can anyone help???

    Actually, I noticed the syntax change in my PIC's INC file so I corrected as follow:
    Code:
    @ __config _FCMEN_OFF & _IESO_OFF & _BOR_OFF & _CPD_OFF & _CP_OFF & _MCLRE_OFF & _PWRTE_OFF & _WDT_OFF & _XT_OSC
    Nevertheless, I still get an error message:
    Name:  MCS_errors.jpg
Views: 1501
Size:  13.5 KB
    Roger

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: Windows 7 64 bit problem..can anyone help???

    You need to comment the default __CONFIG in the 16F690.inc in your PBP folder.
    Use a semicolon.
    DT

  4. #4
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default Re: Windows 7 64 bit problem..can anyone help???

    Thanks Darrel,

    It works fine now ;-)
    Roger

Similar Threads

  1. Bits, Bytes Words and Arrays
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 24
    Last Post: - 14th June 2016, 07:55
  2. How to receive stream of bytes using PIC USART
    By unifoxz in forum mel PIC BASIC Pro
    Replies: 34
    Last Post: - 20th June 2009, 10:38
  3. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27
  4. Replies: 0
    Last Post: - 8th February 2006, 13:52
  5. 7 segment digit problem (using Mister E's code)
    By jmgelba in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 9th September 2005, 20:25

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