如何安装和使用Windows Azure中的COM对象? [英] How do I install and consume a COM object in Windows Azure?

查看:164
本文介绍了如何安装和使用Windows Azure中的COM对象?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有很多的32位C ++ code,我想在Windows Azure计算服务运行。在code已经打包成一个COM服务器,所以我想使用来自托管code的服务器,将服务的外部请求。

I have a lot of 32-bit C++ code that I want to run in Windows Azure Compute Service. The code is already packaged into a COM server and so I'd like to consume that server from managed code that will service external requests.

我用Google搜索,但无法找到如何在部署Windows Azure的COM服务器的任何细节。我怎么做?是否有引导?什么限制有哪些?

I googled but can't find any details on how to deploy a COM server under Windows Azure. How do I do that? Is there a guide? What limitations are there?

推荐答案

我想你可以部署COM对象为二进制文件,然后使用启动脚本进行注册 - 看的 http://msdn.microsoft.com/en-us/gg433178 - 练习2:使用入门任务来注册COM组件

I think you could deploy the COM objects as binaries and then register them using a startup script - see http://msdn.microsoft.com/en-us/gg433178 - "Exercise 2: Using Start-Up Tasks to Register a COM Component"

这篇关于如何安装和使用Windows Azure中的COM对象?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆