error message:cannot convert 'unsigned long' to 'char far*' . Please suggest how to h

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chinmayjape244
    New Member
    • Jun 2014
    • 1

    error message:cannot convert 'unsigned long' to 'char far*' . Please suggest how to h

    When i compile a program an error message occur that: cannot convert 'unsigned long' to 'char far*' . Please suggest how to handle this.......
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Stop using an unsigned long as a char far* pointer.

    Comment

    Working...