0

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.

S.M.Akram
  • 1
  • 1
  • Google "mfc linux". Visual GDB won't help. – Jabberwocky Feb 12 '19 at 09:40
  • I have doubts that using WINE lib may effect the performance. Can please comment your opinion on the same. – S.M.Akram Feb 12 '19 at 11:15
  • 1
    What you're trying to do is a very difficult task. IMO there is no easy solution. Bad performance is the least of your problems here, but Winelib does not necessarily imply bad performance. – Jabberwocky Feb 12 '19 at 11:18

0 Answers0