Re: [Gambas-user] Enumerate all classes inheriting X

2015-11-06 Thread zainudin ahmad
May be this code can help. Public Sub Main() Dim sClass As String Print "Count : " & Dir(".gambas").Count & "\n" For Each sClass In Dir(".gambas") Print sClass; Try Print "-->" & Object.Class(Object.New(sClass)).Parent.Name '<-- this make class load into memory If Error Then P

[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835&from=L21haW4- Gianfranco COSTAMAGNA reported a new bug. Summary --- gambas3 doesn't build with llvm > 3.5 Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description --- Hi