关于VS的版本的问题。 [英] problem about version of VS.

查看:107
本文介绍了关于VS的版本的问题。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我使用Gamebryo引擎和kinect sdk来构建应用程序。问题是Gamebryo必须使用VS2008或VS2005,但Kinect sdk必须使用Microsoft Visual Studio 2010年。

I use Gamebryo engine and kinect sdk to build applications.The problem is Gamebryo must use VS2008 or VS2005, but the Kinect sdk must use Microsoft Visual Studio 2010.

我该如何解决这个矛盾?

How can I fix this contradiction?

推荐答案

如果你正在使用托管代码,Kinect SDK实际上需要 .NET 4.0,我认为不可能使用Kinect SDK和
所需的其他模块运行单个应用程序 .NET 3.5或更早版本。我猜你可以创建一个托管Kinect SDK的应用程序,并与托管Gamebryo引擎的应用程序进行通信(通过进程间通信)。

If you're using managed code, the Kinect SDK does in fact require .NET 4.0, and I don't think it's possible to make a single application run with both Kinect SDK and other modules that require .NET 3.5 or earlier versions. I guess you could make an application that hosts Kinect SDK and communicates (via inter-process communication) with an application that hosts Gamebryo engine.

但是,如果你是用C ++开发的,我认为Kinect SDK中没有任何内容可以阻止使用早期版本的Visual Studio。 SDK尚未在其他版本的Visual Studio中进行测试,但作为Beta 1版本的一部分。

If, however, you're developing in C++, I don't think there is anything in Kinect SDK that prevents using earlier versions of Visual Studio. SDK has simply not been tested in other versions of Visual Studio yet as part of Beta 1 release.

如果您尝试这一点,请告诉我们您遇到的具体问题。

Eddy

Let us know what specific problems you run into if you try this out.
Eddy


这篇关于关于VS的版本的问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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