开发者

Best way to port MFC COM Server to Managed code

I am working on an application suite comprising of multiple Automation servers written using MFC and this is legacy code. These apps inter communicate via COM interfaces and other events. Most of these apps provide multiple form views with various input controls to capture information. I was wondering what would be the best way to migrate these applications to managed code one app at a time. Any advice... We work in native code, but porting the code base to managed world is my personal idea because I can see开发者_如何学Go a lot of functionality that can be achieved in a better way if the code is written as managed code.

Thanks, Byte


You could write new parts of server using C++/CLI. It looks like a less painful option.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜