Hi All,

I got a program which was written in c++ for unix at 1999. There are almost a hundred of source code files and makefile is available also. I do not have access to unix because of this, I need to get it worked in windows. My question is how can I convert it to windows or how can I get it worked? By the way, there is not a project file.
Thanks,

Assuming you wrote Standard C++ it should work with only minor changes. If you didn't, you'll have to find another way of fixing the error (change in function, or even concept).

Start by compiling and fixing any errors that pop up.

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.