Skip to content

Commit b02a553

Browse files
author
Luiz Américo
committed
Add resources as a separated resource file due to a bug in Lazarus
Remove uneeded resource files
1 parent 86e79d1 commit b02a553

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

Demos/Advanced/Advanced.lpi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
<DpiAware Value="True"/>
1616
</XPManifest>
1717
<Icon Value="0"/>
18-
<Resources Count="5">
19-
<Resource_0 FileName="Res\Lorem ipsum.uni" Type="RCDATA" ResourceName="LOREM IPSUM"/>
20-
<Resource_1 FileName="Res\Transcriptions.bmp" Type="BITMAP" ResourceName="TRANSCRIPTIONS"/>
21-
<Resource_2 FileName="Res\Arabic.uni" Type="RCDATA" ResourceName="ARABIC"/>
22-
<Resource_3 FileName="Res\Greek.uni" Type="RCDATA" ResourceName="GREEK"/>
23-
<Resource_4 FileName="Res\Hebrew.uni" Type="RCDATA" ResourceName="HEBREW"/>
24-
</Resources>
2518
</General>
2619
<VersionInfo>
2720
<StringTable ProductVersion=""/>

Demos/Advanced/Advanced.lpr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
States in 'States.pas' {StateForm}, Printer4Lazarus;
2323

2424
{$R *.res}
25+
{$R extraresources.res}
2526

2627
begin
2728
Application.Initialize;

Demos/Advanced/Advanced.res

-195 KB
Binary file not shown.

Demos/Advanced/Res/ExtraRes.or

-207 KB
Binary file not shown.
207 KB
Binary file not shown.

0 commit comments

Comments
 (0)