Error Messages


Closed Thread
Results 1 to 5 of 5

Thread: Error Messages

  1. #1
    Join Date
    Jul 2006
    Location
    Lazio, Italy
    Posts
    41

    Default Error Messages

    I'm now using Picbasic Pro 3.0.6.1. When I INCLUDE "LCDbar_INC.bas", I have this error messages:

    Macro DIV32?WW not found in marco file
    Macro DIV32?CW not found in macro file

    can help me ? Thanks

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,516


    Did you find this post helpful? Yes | No

    Default Re: Error Messages

    Hi,
    This is a longshot but I don't Think DIV32 is supported when compiling with LONGs enabled so if that's what you're doing try disabling LONGs and see if it will compile. If that's what's happening AND you're actually using LONGs in your program well, then you're screwed and will need to change LCDbar_INC.bas

    /Henrik.

  3. #3
    Join Date
    Jul 2006
    Location
    Lazio, Italy
    Posts
    41


    Did you find this post helpful? Yes | No

    Default Re: Error Messages

    Thanks Henrik, you were right, if I disable LONGs is all ok. The problem is that I need both functions. Do you think there is no solution?

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,516


    Did you find this post helpful? Yes | No

    Default Re: Error Messages

    OK, in that case I'm sorry for being right :-)
    No, short of digging into the LCD_Bar include file and replacing the code that is using the DIV32 macros with code that doesn't there is no solution.

    When you're using LONGs there's no need for the DIV32 command so it's not included in the LONG-enabled version of library files. It MIGHT be possible to "hack" them back in but I don't know how to do that.

    Without ever having looked at the LCD_Bar file(s) I think rewriting those is your best bet.

    /Henrik.

  5. #5
    Join Date
    Jul 2006
    Location
    Lazio, Italy
    Posts
    41


    Did you find this post helpful? Yes | No

    Default Re: Error Messages

    Henrik thanks for your help and for your time. Regards

Similar Threads

  1. help about error messages
    By fourtech in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 20th February 2012, 11:25
  2. Warning & Error Messages
    By cc1984 in forum Forum Requests
    Replies: 16
    Last Post: - 23rd May 2011, 17:09
  3. Error messages
    By mombasa in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 1st April 2010, 09:30
  4. Warning (and other Compilation Error) Messages
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 6
    Last Post: - 9th September 2009, 02:29
  5. error messages
    By jcleaver in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 27th February 2007, 03:40

Members who have read this thread : 2

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