You've already forked lazarus-ccr
OnGuard: Replace in all demo projects .lrs resource by .res resource. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8724 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -21,8 +21,8 @@ unit Exselap1;
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, Classes,Controls, Forms, Dialogs,
|
||||
StdCtrls, Menus,Buttons,LResources,OgUtil,OnGuard;
|
||||
SysUtils, Classes, Controls, Forms, Dialogs, StdCtrls, Menus, Buttons,
|
||||
OgUtil, OnGuard;
|
||||
|
||||
type
|
||||
|
||||
@ -54,16 +54,16 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
const
|
||||
{ The key was created by a separate program (CODEGEN) and is generic
|
||||
the examples, EXSELECT, EXSELAPI, and EXSLCODE }
|
||||
{ The key was created by a separate program (CODEGEN) and is generic
|
||||
the examples, EXSELECT, EXSELAPI, and EXSLCODE }
|
||||
TheKey: TKey = ($F1,$46,$8D,$E4,$70,$AE,$92,$DC,
|
||||
$13,$1A,$03,$C4,$44,$25,$72,$F5);
|
||||
|
||||
{ Initial code has 3 uses embedded }
|
||||
InitCode : string = '13B1A08BD78AFCD3';
|
||||
{ Initial code has 3 uses embedded }
|
||||
InitCode : string = '13B1A08BD78AFCD3';
|
||||
CodeFile : string = 'ExSelect.Dat';
|
||||
DemoCaption : string = 'ExSelApi: Demo runs left = ';
|
||||
RegisteredCap : string = 'ExSelApi: Registered';
|
||||
@ -246,7 +246,4 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
initialization
|
||||
{$i exselap1.lrs}
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user