Changeset 21 for trunk/Messg.pas


Ignore:
Timestamp:
Jan 8, 2017, 3:12:18 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Run as 64-bit application. Can't load 32-bit StdAI library in 64-bit mode.
  • Fixed: Various Warnings and Hints.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Messg.pas

    r20 r21  
    1616type
    1717  TDrawDlg = class(TForm)
     18  public
    1819    constructor Create(AOwner: TComponent); override;
    19   public
    2020    procedure SmartInvalidate; virtual;
    2121  protected
     
    126126      TButtonBase(Components[cix]).Graphic := GrExt[HGrSystem].Data;
    127127      // if ButtonDownSound<>'*' then
    128       // DownSound:=HomeDir+'Sounds'+DirectorySeparator+ButtonDownSound+'.wav';
     128      // DownSound:=HomeDir+'Sounds\'+ButtonDownSound+'.wav';
    129129      // if ButtonUpSound<>'*' then
    130       // UpSound:=HomeDir+'Sounds'+DirectorySeparator+ButtonUpSound+'.wav';
     130      // UpSound:=HomeDir+'Sounds\'+ButtonUpSound+'.wav';
    131131      if Components[cix] is TButtonA then
    132132        TButtonA(Components[cix]).Font := UniFont[ftButton];
Note: See TracChangeset for help on using the changeset viewer.