Embedded Gambas

Gambas in embedded devices

The first challenge is to run Gambas programs in Qt/Embedded devices.

The second challenge would be to make the Gambas IDE fit into a small screen. Of course, it would require a simpler interface (external link).


There is no need to run the IDE on an embedded device with a too small screen. Just develop your application on a PC, and send it on the embedded device. The p-code will be compatible -- BenoitMinisini - 26 Aug 2003

Gambas as a scripting engine

How about integrating Gambas into other softwares, so they become scriptable? (Office suites, browsers, and any application that could require scripting)

-- NelsonFerraz - 14 Aug 2003


Embedding Gambas into applications will lead to the Windows nightmare: macro viruses. So I don't want that. Just piloting applications via any protocol like DCOP is sufficient. -- BenoitMinisini - 26 Aug 2003