Re: "Easy" way to remove MFC-dependence AND port to Linux?!
Unfortunately this can't be done separately. Everything, objects, drawing code, etc uses MFC and CDX as a base so you can't just update one part of the code to run on some other library as it has to interact with MFC.
Hence why I still believe that starting over from scratch is the simplest way to go forward.
|