Using Visual GDB to migrate MSVC2010 code to linux

57 views Asked by At

I am trying to migrate my MSVC code which uses MFC in shared dll to linux.Is there any way to migrate the whole project apart from rewriting the window specific files since my project is huge and contains more than 200 header and cpp files. I tried using qt but there was no direct way. Now i am trying to use Visual GDB for the same but i am not sure how to do it.

0

There are 0 answers