acLFPainter error not found file cxVer.inc

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38349
    steven
    Participant

    Hello to you,

    I'm using Delphi 7 on windows 7 64 bit, installed AlphaControl 14.28, Devexpress 14.1.2

    I tried to using skinning Quantum Grid (Devexpress Grid)

    When run, error occured in acLFPainter.pas not found file cxVer.inc

    Please help and guide me.

    Thanks in advance

    Steven

    #61561
    Support
    Keymaster

    Hello, Steven! Sorry for a delay, some troubles were in the forum work.
    This file “cxVer.inc” is delivered with Quantum Grid component, you can search it in the DevExpress folder, and you should add a path to the Delphi search path.

    #63149
    steven
    Participant

    Hello to you,

    I’m using Delphi 7 on windows 7 64 bit, installed AlphaControl 14.28, Devexpress 14.1.2

    I tried to run sample code quantumgrid.zip downloaded from http://www.alphaskins.com/ademos.php

    When run, error occured in acLFPainter.pas not found file cxVer.inc
    As your guidance, I had added cxver.inc into Delphi7 Library search path.
    From DevExpress notes as below :
    Update 05.07.2014:
    The archive was updated. Now the file “cxVer.inc” is on the correct place and this avoids the “file not found” error while compiling.
    Everyone can solve this issue yourself. Just copy the file “cxVer.inc” from “[DevExpress Root]\ExpressCore Library\Sources” to “[DevExpress Root]\Library”.

    But Still Error, not working! I’m stucking for a month.

    Please help and guide me.

    Thanks in advance

    Steven

    Attachments:
    You must be logged in to view attached files.
    #63160
    Support
    Keymaster

    You should specify a version of used DevExpress in the acLFPainter.pas file.
    (Latest DevExpress version is supported by default).
    So, open this unit and comment or remove these keys:

    {$DEFINE VER19} // cxGrid version 19 and newer
    {$DEFINE VER18}
    {$DEFINE VER17_1_4}
    {$DEFINE VER16_2_2}
    {$DEFINE VER16_1_4}
    • This reply was modified 5 years, 1 month ago by Support.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.