[PLUG] How to make a window executable software from linux

Aditya Godbole aag.lists at gmail.com
Mon Mar 23 11:00:25 IST 2009


On Sun, Mar 22, 2009 at 3:42 PM, Prasenjit Giri
<tangyorangesour at gmail.com> wrote:
> Hello,
> I was wondering how to code something in linux (a simple daily expense
> manager) that runs on linux and also be able to be executed in windows?
>
> The doubts are : How to aprroach it without the use of C, C++, Java or any
> web based application.

If you want a GUI, then you will need a cross platform GUI toolkit. Qt
is the best one for that I think. You could use Perl-Qt or PyQt. Even
Ruby has Qt bindings.

-aditya




More information about the Plug-mail mailing list