As some people reported difficulties compiling the source, the next version has support for ./configure. It is by default linked with libstdc++. It will not need libg++.
This version is now in CVS and will be released after some testing in the next weeks
A (yet very buggy) demo preview of a web based HMI designer can be found on http://visual.sourceforge.net/design.php?back=all9.gif
For the main program I moved the function whichp rovides
message strings for message IDs to a loadable module.
I also provided the possinbility to override the standard
menubar/statusline creation functions from that module.
The module lang_gr.cc now contains the GERMAN text. The
FRENCH module, lang_fr.cc contains english texts mixed
with some rubbish, because I do not speak french.
Somebody else might fix this.
An HMI demo screen can be seen on http://visual.sourceforge.net/fake.htm
I try to run the JAVA hmi viewer on a vga screen without using an X-server. This may be usefull for small and/or embedded systems.
I put a VERY experimental version into CVS.
Any comments and/or help welcome!
Next step should be to bring it on the framebuffer.
Sorry everybody, suppose I loaded it up in ASCII mode. Try 0.0.5!
There are two possibilities to include header files from /usr/include/g++:
Either <string> or <String.h>, which provide similar functionality with slightly differing names, if I got it right. But using <String.h> reduces code size by about 20%.