Re: [Gambas-user] gb3: multiple errors

2012-02-29 Thread Emil Lenngren
Arrange the struct like this to get zero padding (I think): Data As String Timestamp As Float Player As Short Type As Byte Acknowledged As Boolean 2012/2/29 Benoît Minisini > Le 29/02/2012 07:26, Kevin Fishburne a écrit : > >>> > >>> Public Struct Server_QueueOut > >>> Acknowledged As Bool

Re: [Gambas-user] gb3: multiple errors

2012-02-29 Thread Benoît Minisini
Le 29/02/2012 07:26, Kevin Fishburne a écrit : >>> >>> Public Struct Server_QueueOut >>> Acknowledged As Boolean ' Whether or not transaction has been >>> acknowledged by recipient. >>> Player As Short ' Number of player transaction was sent to. >>> Timestamp As Float

Re: [Gambas-user] gb3: multiple errors

2012-02-28 Thread Kevin Fishburne
On 02/29/2012 01:13 AM, Kevin Fishburne wrote: > On 02/29/2012 12:45 AM, Kevin Fishburne wrote: >> I'm using the build from a few days ago (recompiling now) and get this >> error when trying to create a module in a new or existing project: >> >> This application has raised an unexpected error and m

Re: [Gambas-user] gb3: multiple errors

2012-02-28 Thread Kevin Fishburne
On 02/29/2012 12:45 AM, Kevin Fishburne wrote: > I'm using the build from a few days ago (recompiling now) and get this > error when trying to create a module in a new or existing project: > > This application has raised an unexpected error and must abort. > > [11] Unknown symbol 'Margin' in class

[Gambas-user] gb3: multiple errors

2012-02-28 Thread Kevin Fishburne
I'm using the build from a few days ago (recompiling now) and get this error when trying to create a module in a new or existing project: This application has raised an unexpected error and must abort. [11] Unknown symbol 'Margin' in class 'FileChooser'. FCreateFile.FCreateFile.0 I also get a c