Re: [Gambas-user] .list file class names with exclamation marks

2015-02-01 Thread Christof Thalhofer
Am 01.02.2015 um 15:44 schrieb Tobias Boege: > Looking at main/gbc/gbc_dump.c, I would guess the '!' means that the class > contains static symbols. Does this match with your observation? Thank you. Hm. In a library, I wrote, there it is right. Every module and every class with a static function

Re: [Gambas-user] .list file class names with exclamation marks

2015-02-01 Thread Tobias Boege
On Sun, 01 Feb 2015, Christof Thalhofer wrote: > Hello, > > the .list file in the project root seems to contain the names of > exported classes of a library or component. But some of them have > exclamation marks at the end of the name. > > Why? > Looking at main/gbc/gbc_dump.c, I would guess t