I have:
{$push}
{$packrecords 4}
MIDIPacket = record
timeStamp : MIDITimeStamp;
length : UInt16;
data : packed array [0..255] of Byte;
end;
MIDIPacketPtr = ^MIDIPacket;
{$pop}
On 2024-02-13 20:59, Kirill Kranz via fpc-devel wrote:
Hi Kirill,
I have:
.
.
I believe that you should create a bug report for this issue if you
haven't done so yet.
Apart from that, I'd suggest configuring your e-mail client for sending
a plain text version of your posts to the maili
His email looks good to me. Much easier to see code with formatting.
Who doesn't have email clients with HTML support these days? I can't imagine
how old your system must be to not have this.
> On Feb 15, 2024, at 4:10 PM, Tomas Hajny via fpc-devel
> wrote:
>
> Apart from that, I'd suggest co