How to run vcxproj in ubuntu 18.04 [closed]

I want to run the code in this project in Ubuntu: It is GUI C++ project. I tried to run this project using Ubuntu Terminal, but it did not show the grid in Readme.md description in the above link.

Generally, I need to run many previously created c++ projects in Ubuntu. What is the best IDE to run c++ projects in Ubuntu.

Many Thanks,

1

1 Answer

vcxproj files are specific for Microsoft Visual Studio, the project file in that github repository used MS Visual Studio 2015. One IDE available for Ubuntu is Code::Blocks. Visit

As far as i know there is no tool to convert vcxproj to Makefile.

You Might Also Like