Problem with LiquidCrystal_I2C library

Thanks for responding "fm"! I changed the name of the liquid Crystal_I2C library and loaded the one you suggested. Ran an example, got this error:

C:\Users\Jim\Documents\Arduino\libraries\LiquidCrystal\I2CIO.cpp: In member function 'int I2CIO::begin(uint8_t)':
C:\Users\Jim\Documents\Arduino\libraries\LiquidCrystal\I2CIO.cpp:68: error: 'class TwoWire' has no member named 'read'
C:\Users\Jim\Documents\Arduino\libraries\LiquidCrystal\I2CIO.cpp: In member function 'uint8_t I2CIO::read()':
C:\Users\Jim\Documents\Arduino\libraries\LiquidCrystal\I2CIO.cpp:121: error: 'class TwoWire' has no member named 'read'
C:\Users\Jim\Documents\Arduino\libraries\LiquidCrystal\I2CIO.cpp: In member function 'int I2CIO::write(uint8_t)':
C:\Users\Jim\Documents\Arduino\libraries\LiquidCrystal\I2CIO.cpp:144: error: 'class TwoWire' has no member named 'write'

Still lost

Jim