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

2009-03-23 Thread Devendra Laulkar
Hi, 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. Any specific reason not to use C,C++, Java ?

[PLUG] Need SAPGUI

2009-03-23 Thread sourav mohanty
Hi all, Need SAPGUI version 640 for linux , its urgent. Please reply or get me the contact number who can provide the setup. -- regards, Sourav Mohanty ___ Pune GNU/Linux Users Group Mailing List

Re: [PLUG] [OT] Tata Nano Portal Built on Open Source Technologies

2009-03-23 Thread Mandar Vaze
Gmail classified this as Spam, not sure why. I thought you should know. -Mandar On Mon, Mar 23, 2009 at 5:17 PM, Vikas Garud vi...@techqual.com wrote: A piece of information, promotion for open source technologies. The Nano website (www.tatanano.com) was developed within a short timeframe

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

2009-03-23 Thread Aditya Godbole
On Sun, Mar 22, 2009 at 3:42 PM, Prasenjit Giri tangyoranges...@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++,

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

2009-03-23 Thread Manas Alekar
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? If you want transparent binary compatibility, without user installing any additional software, Java might be they only way to go. With some

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

2009-03-23 Thread Pranav Peshwe
On Mon, Mar 23, 2009 at 10:01 AM, Devendra Laulkar devendralaul...@gmail.com wrote: Hi, 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

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

2009-03-23 Thread Rahul Sundaram
Devendra Laulkar wrote: Hi, 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. Any specific