El 05/08/10 13:34, N. Coesel wrote:
----- Original Message -----
From: "JMGross"<[email protected]>
To: "MSPGCC mailing list,"<[email protected]>
Sent: Thursday, August 05, 2010 1:23 PM
Subject: Re: [Mspgcc-users] MSPDebug 0.10
On that topic: if you want to build GUIs that work on both Windows and Linux
you really should look into Wxwidgets. I use it all the time to make
embedded user interfaces. I develop on Windows and then port to Linux on a
MIPS platform for final testing. Except for controlling very hardware
specific stuff like toggling I/O pins I don't need to change a single line
of code and the application has a native feel on both platforms (unlike
gtk).
The Qt4 libraries are another option[1], but I think the Windows version Daniel
is talking about is a console based application using mingw32 instead of
cygwin... Am I wrong?
[1] http://qt.nokia.com/