Starting on Linux

Hi,

I've made a program which uses the WinAPI for some actions, the only thing I have to do is replace/rewrite that code with code that should work on linux. But I don't know where to start. Can someone help me?
check out Qt at http://qt.nokia.com/
Thanks, but that is a whole toolkit which is portable across some OSes.
Anyway, I found out about POSIX, which is compliant on most Linux distros and some other OSes, like Solaris and OS X, and some are mostly compliant like BSD. I think this will do the trick for me ;).
Yes. Use the POSIX API.
you try to work on cygwin.that is a same linux platform you will get on windows.
closed account (z05DSL3A)
The official home page for Advanced Linux Programming by CodeSourcery LLC.
http://www.advancedlinuxprogramming.com/
@deepeshp,
What? The entire point of cygwin is that it emulates the POSIX API by making programs dynamically link cygwin.dll.
Topic archived. No new replies allowed.