Re: porting from Win32 (or WinCE)
Balatoni Denes <[email protected]> Fri, 6 Jun 2003 14:28:35 +0200
| Newsgroups | gmane.comp.handhelds.zaurus.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! > 2) Any way to program Zaurus GUI applications in C ? > (re-coding the whole lot in C++ or Java is > unfortunately not an option). sure, eg. xmms-embedded has it's gui plugin in c++ , everything else in c (ie the original xmms codebase). Imho converting only the gui part to c++ (that is probably needed to do) and making a few functions extern "c" - those that need to be called to tell the gui what to display - should work. > All comments, either to the list, or to the mail > are much appreciated. > > TIA, R. Kelly I hope this helps a little best regards Denes