Skip to content

Commit 56fe029

Browse files
committed
Splash form has custom shape (needs last msegui commits). (2)
1 parent 86f2765 commit 56fe029

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ and arm-aarch64 Rpi 32/64. =\> https://github.com/fredvs/strumpract/releases/
1919

2020
StrumPract was compiled with: FPC 3.2.2: http://www.freepascal.org
2121

22-
Graphic widgetset: MSEgui 5.10.4: https://github.com/mse-org/mseide-msegui
22+
Graphic widgetset: MSEgui 5.12.0: https://github.com/mse-org/mseide-msegui
2323

2424
Graphic library: BGRABitmap v11.5.8: https://github.com/bgrabitmap/bgrabitmap
2525

26-
Audio library: uos 1.8.0: https://github.com/fredvs/uos
26+
Audio library: uos 2.0.0: https://github.com/fredvs/uos
2727

2828

2929
DJ Wave Layout Gold Style:

src/strumpract.pas

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
{$PACKRECORDS C}
1212

1313
uses
14-
mormot.core.fpcx64mm,
15-
16-
{$ifdef FPC} {$ifdef unix} cthreads, BaseUnix, {$endif} {$endif}
14+
{$ifdef FPC} {$ifdef unix} cthreads, BaseUnix, {$endif} {$endif}
1715

1816
Classes,
1917
Math,
@@ -30,8 +28,6 @@
3028
ordir: string;
3129
{$endif}
3230

33-
me : QWord;
34-
3531
begin
3632
{$ifdef unix}
3733
ordir := filepath(statdirname);
@@ -44,10 +40,6 @@
4440
FpDup2(fs.Handle, StdErrorHandle);
4541
{$endif}
4642

47-
// mormot.core.fpcx64mm._GetMem(me);
48-
49-
// main.RoundMath(0.5);
50-
5143
SetExceptionMask(GetExceptionMask + [exZeroDivide] + [exInvalidOp] +
5244
[exDenormalized] + [exOverflow] + [exUnderflow] + [exPrecision]);
5345

0 commit comments

Comments
 (0)