[Gambas-user] something's broken (do not know what)

Benoît Minisini g4mba5 at gmail.com
Mon Jul 12 18:46:16 CEST 2021


Le 12/07/2021 à 18:27, bb a écrit :
> On Mon, 2021-07-12 at 17:19 +0100, Bruce Steers wrote:
>> My texteditor app...
>> https://gitlab.com/bsteers4/scripted
>>
>> worked last time i used it, now neither version can load a file.
>>
>> it's working okay on previous gambas versions.
>>
>> my other apps work okay just this one is now broken.
>> only thing i can think of that makes it different is it has a
>> Texteditor
>>
>> thanks for listening.
>> you're a wonderful audience ;)
>> BruceS
>> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> I'm game (I am sick to death of bug #2301)
> 
> Dis what I see...
> 
> Cannot open project file :
> /srv/gb3prj/demo/./scripted
> 
> This project has duplicated class files!
> - ExternalTools/myGrid.class
> - CustomClasses/myGrid.class
> - MyEditor.class
> - CustomClasses/MyEditor.class
> 
> 
> But me not know what dat means.
> b
> 

It means what it means: you have two source code files with the same 
name in different directories inside ".src".

-- 
Benoît Minisini


More information about the User mailing list