Works for me with a 18F4620


DEFINE LCD_LINES 4
define LCD_DREG PORTD
DEFINE LCD_RSREG PORTC
DEFINE LCD_RSBIT 0
DEFINE LCD_EREG PORTC
DEFINE LCD_EBIT 2

You may need to change this according to actual pins used. Would be easier to get more help if you post (at least) the defines your actually using.


J-P