2009-07-06 21:44:35 UTC
Hello,
I try to install Orpheus on a Delphi 2006 (Win32) English on XP SP3 French.
O407_R100: Compilation OK
O407BR100:
unit: ovcdbtbl
Line 4316 : StrPCopy(PCellComboBoxInfo(Data)^.St, S);
Error 2010 Incompatible Types 'ShortString' and 'PAnsiChar'
I've found the PCellComboBoxInfo description in "ovctcmmn.pas" with the different ShortString or PAnsiChar depending on UNICODE, but i don't find what i need to modify to be unicode or not, or to correct the StrPCopy in the first unit
unit: ovctcmmn:
{$IFDEF UNICODE}
0 : (St : array[0..255] of char); {string value if Index = -1}
{$ELSE}
0 : (St : ShortString); {string value if Index = -1}
Can someone help me
Thanks