Re: [Gambas-user] CClassInfo.AddSymbol.983

2015-05-14 Thread Christof Thalhofer
Am 14.05.2015 um 17:27 schrieb Benoît Minisini: > Can you send your project? I did, to your email address. Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature

Re: [Gambas-user] CClassInfo.AddSymbol.983

2015-05-14 Thread Benoît Minisini
Le 14/05/2015 16:38, Christof Thalhofer a écrit : > Hi. > > Gambas gives me this message when I start a project of mine. What does > that mean? > > "CClassInfo.AddSymbol.983 > > Void key" > > In this project I define some constants. Interestingly the message does > not occur when I comment this out

[Gambas-user] CClassInfo.AddSymbol.983

2015-05-14 Thread Christof Thalhofer
Hi. Gambas gives me this message when I start a project of mine. What does that mean? "CClassInfo.AddSymbol.983 Void key" In this project I define some constants. Interestingly the message does not occur when I comment this out: ' Prozent Public Const ProzentShort As String = "###.#%" Public C