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

2009-03-22 Thread Prasenjit Giri
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. Thank you. -- Prasenjit Giri ___

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

2009-03-22 Thread Milind Arun Choudhary
On Sun, Mar 22, 2009 at 3:42 PM, Prasenjit Giri 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 ba

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

2009-03-22 Thread Navin Kabra
> 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. > Use a scripting language like python or perl.