Hi friends , i have a plan to port a open source Linux application into Windows as part of my M. C. A Project. Can u tell me , is it possible to port Linux applications into windows , if yes then which Compiler or IDE i have to use . The problem is with the libraries

from where i can get the Linux/Unix libraries like pthread.h,signal.h , etc for windows ...

Please ...............

You can try MinGW, which is the MS-Windows port of g++. Download it directly or get it with Code::Blocks IDE.

If MinGW doesn't support the files then you will have to redesign some parts of your program.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.