I have a C++ MFC project that was created and built on visual studio 2003. I want to apply modifications on the software. I tried to open it with visual studio 2013 but a lot of dependencies are not fulfilled. If I recompile it with VS2013 will it still be working ?
Is it even possible to migrate the project from 2003 to the latest versions ? If so what do I have to do ?