Re: Windows API on Linux

2013-03-30 Thread Vincent Povirk
Mono on non-Windows platforms ships with a static library called io-layer that implements a small subset of the Windows API for compatibility reasons, without any server processes or a registry. It does not (normally) attempt to do any path translation, so I think that's as close as possible to wha

Re: Windows API on Linux

2013-03-30 Thread Joris Huizer
On 03/29/2013 01:27 PM, Abhinav Jangda wrote: Hello everyone, I'm working on a project which aims to develop a port of Windows API on Linux, so that programs written using Windows API could directly be compiled and executed on Linux with its native look and feel. Anyone, interested in wo

Re: Windows API on Linux

2013-03-29 Thread Henri Verbeet
On 29 March 2013 13:27, Abhinav Jangda wrote: > Hello everyone, I'm working on a project which aims to develop a port of > Windows API on Linux, so that programs written using Windows API could > directly be compiled and executed on Linux with its native look and feel. Is t

Windows API on Linux

2013-03-29 Thread Abhinav Jangda
Hello everyone, I'm working on a project which aims to develop a port of Windows API on Linux, so that programs written using Windows API could directly be compiled and executed on Linux with its native look and feel. Anyone, interested in working on this project. I think some Wine devel