Problem upgrading to AlphaDB2010 v6.67

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33832
    IPSteven
    Participant

    I'm trying to install the AlphaDB portion of the latest version v6.67 into Delphi 2010 – had version AlphaControls version v6.61 installed previous and it was working fine.

    Getting this error when I try to compile:
    [DCC Error] acDBGrid.pas(1048): E2250 There is no overloaded version of 'WriteTextEx' that can be called with these arguments.

    Don't know if its relevant but I notice that the file acDBGrid.pas is considerably smaller in v6.6.7 than it was in v6.61.
    Was 116,453 vs 52,621 bytes.

    Also the version file (version.txt) for contain the text “AlphaControls 2009 v6.67” you might want to change the year.

    Thanks
    Steven

    #42855
    Anonymous

    Please change PAnsiChar -> PChar to fix this error

    #42857
    IPSteven
    Participant

    That fixed it – thanks.

    BTW I was getting the structure error (component still installed though):

    QUOTE
    'sDefs.inc' could not be found in the current project at line 2

    I fixed this by changing
    {$I sDefs.inc}
    to
    {$I ..sDefs.inc}

    #42926
    Support
    Keymaster

    Hi
    sDefs.inc will be found always if you define a path to the AlphaControls package in the IDE <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.