I have an opensouce project, that is been used c++ as its language. Now i need to use visual studio 2008, as the IDE in making some changes in the source. How do i import this project to my VS2008 environment? is there any converter i can use that could convert the c++ project to be opened in VS2008?

Recommended Answers

All 2 Replies

Can you use CMake to generate a Visual Studio project for it? (does it have a CMakeLists.txt in the main directory)

oh yeah. that would solve i guess, thanks

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.