-
When declaring a type with public: access control for some members, the compiler emits an error message when there is no member with private: access.
For example, given this code:
===================
type ClassA
private:
dim Var1 as integer
public:
declare constructor ()
declare destructor ()
end type
type ClassB
public:
declare constructor ()
declare...
2009-04-27 18:20:52 UTC in FreeBASIC Compiler
-
The function input(1) behaves differently when STDIN is redirected (e.g. from a file or pipe) than when it is attached to the standard input device (keyboard): Carriage return characters are silently dropped.
For example, using the following code
========================
dim c as string
do
c = input(1)
print "c = ";
if (" "
2009-04-24 16:10:40 UTC in FreeBASIC Compiler
-
Using the Error subroutine to set the ErrNo variable causes the program to be aborted. This is not the expected behavior, as other errors generated by function calls behave as described in the documentation. For example, given the following code in the file errortest.bas:
print "Hello world!"
open "zxzyz.zyx" for input as #1
if err > 0 then
print "couldn't open file"
end if
error 123.
2009-04-17 17:32:55 UTC in FreeBASIC Compiler
-
gehrkec committed patchset 1736 of module dev to the Bastille-linux / Bastille Unix CVS repository, changing 1 files.
2005-04-11 15:04:58 UTC in Bastille-linux / Bastille Unix
-
gehrkec committed patchset 1735 of module dev to the Bastille-linux / Bastille Unix CVS repository, changing 7 files.
2005-04-11 14:17:44 UTC in Bastille-linux / Bastille Unix
-
gehrkec committed patchset 1733 of module dev to the Bastille-linux / Bastille Unix CVS repository, changing 7 files.
2005-04-11 12:56:56 UTC in Bastille-linux / Bastille Unix
-
gehrkec committed patchset 1724 of module dev to the Bastille-linux / Bastille Unix CVS repository, changing 1 files.
2005-04-11 10:49:23 UTC in Bastille-linux / Bastille Unix
-
gehrkec committed patchset 1721 of module dev to the Bastille-linux / Bastille Unix CVS repository, changing 1 files.
2005-04-11 09:55:15 UTC in Bastille-linux / Bastille Unix
-
gehrkec committed patchset 1717 of module dev to the Bastille-linux / Bastille Unix CVS repository, changing 2 files.
2005-04-11 08:17:49 UTC in Bastille-linux / Bastille Unix
-
gehrkec committed patchset 1716 of module dev to the Bastille-linux / Bastille Unix CVS repository, changing 1 files.
2005-04-11 07:39:54 UTC in Bastille-linux / Bastille Unix