Thread overview
linux development advise
Aug 12, 2008
karx
Aug 12, 2008
bobef
Aug 12, 2008
karx
Aug 12, 2008
Alexander Panek
Aug 13, 2008
karx
August 12, 2008
i need some advise on linux software development on windows environment. Im not very familiar with linux, so my primary OS is Windows XP, im planning to develop a client/server application which is to be run on linux host. Should i use cygwin? and if so which D compiler should i use.
thx.
August 12, 2008
karx Wrote:

> i need some advise on linux software development on windows environment. Im not very familiar with linux, so my primary OS is Windows XP, im planning to develop a client/server application which is to be run on linux host. Should i use cygwin? and if so which D compiler should i use.
> thx.

I use VirtualBox.
August 12, 2008
thx, im checking out virtualbox, i has a Ubuntu linux installed (wubi) but kinda hard to work when you code the server app on linux and client to be run on windows.
August 12, 2008
karx wrote:
> thx, im checking out virtualbox, i has a Ubuntu linux installed (wubi) but kinda hard to work when you code the server app on linux and client to be run on windows.

What runtime library are you using? With Tango, I'm pretty certain you can use the same code almost identically on both platforms. You just have to compile it twice. (oh..and probably add some code so it runs as a daemon.)
August 13, 2008
yes, its a daemon app on linux host, im checking out prebuilt vmware. so which linux distro (as a virtual guest OS) more suitable for my development. should i use DSL or debian-variants.