My system was working perfectly, suddenly began to display this error when I try to compile:
JDbc Cache.pas(889): Incompatible types: 'Byte' and 'Char'
Any Help?
JDbc Cache.pas(889): Incompatible types: 'Byte' and 'Char'
Moderators: gto, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
I suppose the J in 'JDbc Cache.pas' is a typo?
Are you using a regularly updated SVN version of zeoslib or just the official 6.6.x package?
Do you mean nothing changed to the zeoslib sources you have and all at once there's this incompatibility?
When you're using FPC/Lazrus this sounds like you changed some compiler compatibility switch in your project that also affects how zeoslib is compiled. Which may happen when you used a switch that isn't overriden in zeos.inc
Mark
Are you using a regularly updated SVN version of zeoslib or just the official 6.6.x package?
Do you mean nothing changed to the zeoslib sources you have and all at once there's this incompatibility?
When you're using FPC/Lazrus this sounds like you changed some compiler compatibility switch in your project that also affects how zeoslib is compiled. Which may happen when you used a switch that isn't overriden in zeos.inc
Mark