本文介绍了将Visual C ++应用程序迁移到云的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我正在研究一个由各种独立模块(包括DLL,EXE)组成的传统Visual C ++应用程序。 

还有一个用VC ++编写的前端应用程序,它与这些模块交互。 

并且有一个等效的基于Web的应用程序(ASP.NET),它与写入的模块交互C ++ / MFC。



我的问题是,我们如何将此应用程序迁移到云?将其迁移到云中需要遵循哪些步骤?

我的理解是,我们只能将C ++ / MFC模块移动到云端,并使用来自不同客户端位置的基于Web的UI。 />
感谢任何输入。



TIA,

Jy

解决方案

Hi,

I'm working on a legacy Visual C++ application which consists of various independent modules (both DLLs , EXEs). 
There is also a front end application written in VC++ which interacts with these modules. 
And there is an equivalent Web based application(ASP.NET) which interacts with the modules written in C++/ MFC.

My question is, how do we migrate this application to the Cloud? What are the steps to follow in migrating it to the Cloud?
My understanding is that we can move only the C++/ MFC modules to the Cloud and use the Web based UI from different client locations.
Appreciate any inputs.

TIA,
Jy

解决方案


这篇关于将Visual C ++应用程序迁移到云的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 18:07