On Thu, Aug 05, 2010 at 04:40:35PM +0200, Mario Palomo wrote: > 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?
Yep, I was meaning a console application. Although, perhaps a helpful change might be to add a command which causes MSPDebug to start a gdbproxy-like server communicating with stdin/stdout. That would make things easier for anyone wanting to implement a front-end. - Daniel
