-
One way to get around the issue, is to use to use two separate constructors (Add "Constructor TypeA() ")
2009-09-09 20:39:56 UTC in FreeBASIC Compiler
-
It gives a segfault if the default value is an empty string, and I try to do anything with that string (Printing or assigning).
Try this code:
---- test.bas ----
Type TypeA
v As String
Declare Constructor(v As String = "")
End Type
Constructor TypeA(v As String)
'' Comment this out and no segfault occurs.
Print v
End Constructor
Print "Declare"...
2009-09-09 20:00:59 UTC in FreeBASIC Compiler
-
Even though the messages disappear after I click it, it seems to check for messages that have already been read. Can you please add a flag that says "Unread Only"?.
2009-07-15 15:42:12 UTC in Gmail Notifier