File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ and arm-aarch64 Rpi 32/64. =\> https://github.com/fredvs/strumpract/releases/
1919
2020StrumPract 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
2424Graphic 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
2929DJ Wave Layout Gold Style:
Original file line number Diff line number Diff line change 1111 { $PACKRECORDS C}
1212
1313uses
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,
3028ordir: string;
3129{ $endif}
3230
33- me : QWord;
34-
3531begin
3632{ $ifdef unix}
3733 ordir := filepath(statdirname);
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
You can’t perform that action at this time.
0 commit comments