I am working on a suite of applications consisting of several automation servers written using MFC, and this is legacy code. These applications communicate through COM interfaces and other events. Most of these applications provide several kinds of forms with various input controls for collecting information. I was wondering what would be the best way to transfer these applications to a managed one application at a time. Any advice ... We work in our own code, but transferring the code base to the managed world is my personal idea, because I see a lot of functionality that can be achieved better if the code is written as managed code.
Thanks Byte
source
share