如果使用Visual C ++ Compiler 2013年11月CTP,所有的依赖项还需要编译吗? [英] If using Visual C++ Compiler November 2013 CTP, do all dependencies also need to be compiled with it?

查看:339
本文介绍了如果使用Visual C ++ Compiler 2013年11月CTP,所有的依赖项还需要编译吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用c ++ / cli项目与c#和c ++编写了一个interop,只是想知道如果我使用Visual C ++编译器编译我的c ++ / cli项目2013年11月CTP,我的opencv依赖项目,我已经编译正常的v120平台编译器工作?

I am writing a little interop with c# and c++ with a c++/cli project and just wanted to know if I compile my c++/cli project with Visual C++ Compiler November 2013 CTP, will my opencv dependencies projects that I have compiled with the normal v120 platform compiler work?

我不想安装2013年11月的CTP,如果这意味着我必须使所有依赖关系也工作。

I dont want to install the november 2013 CTP if it means I have to make all dependencies work also. But if I can simply use my already compiled .lib / .dll files I will give it a try.

推荐答案

2013年11月CTP只包括编译器的更新,而不是库,所以我认为没有依赖问题。

The November 2013 CTP just includes updates for the compiler, not the libraries so I would assume there would be no dependency issues.

http://herbsutter.com/2013/11/18/visual-c-compiler-november-2013-ctp /

@ Sometime:这是一个仅限编译器的CTP,用于预览新的编译器功能,它不包括库更新。当这些功能在未来版本中全部使用时,它们将会完整,包括库支持(以及其他库更新)。

"@Sometime: This is a compiler-only CTP to give a preview of new compiler features, it does not include library updates. Of course, when these features hit the full product in a future release, they’ll be complete including library support (among other library updates)."

为什么不测试有用?您可以随时使用DEPENDS检查依赖关系。

Why not just test and see how it works? You can always check dependencies with DEPENDS.

请注意,这样的CTP不是真正用于生产用途。

Be careful though, CTPs like this are not really intended for production use.

这篇关于如果使用Visual C ++ Compiler 2013年11月CTP,所有的依赖项还需要编译吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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