Share

TurboPower Orpheus

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Error trying to compile 4.07 in Delphi 2006

You are viewing a single message from this topic. View all messages.

  1. 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
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.