IPP 和 DEV C++

发布于 2024-08-19 10:54:17 字数 127 浏览 6 评论 0原文

您好,我在 Windows XP SP2 中使用 DEV C++ 编译器,最近我下载了 IPP 库。我安装成功,我将编译器目录从选项菜单设置为 IPP 目录,但是当我尝试编译 ITT 程序时,我收到 ITT 函数的链接器错误。有解决办法吗?

Hi i use DEV C++ compiler in windows xp sp2 and recently i downloaded the IPP libraries. I installed successfully , i set up the compiler directories from option menu to IPP directories but when i try to compile an ITT program i get linker error for the ITT functions. Is there a solution?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

季末如歌 2024-08-26 10:54:17

请查看

...

支持的 C 编译器(英特尔 IPP 有
已通过以下测试):

  • 英特尔® Parallel Composer
  • 适用于 Windows* 操作系统版本 10.1、11.0 和 11.1 的英特尔® C++ 编译器
  • 微软* Visual Studio* 2008
  • 微软* Visual Studio* 2005
  • 微软* Visual C++* .NET 2003
  • 适用于 Microsoft* Windows 的 Microsoft* Windows 软件开发套件
    远景

但当然,您始终可以使用 VC++ Express 尝试该库版。

Take a look at the IPP System requirements (Software) from here. You will see that only a Microsoft or Intel Compiler is supported.

...

A supported C compiler (Intel IPP has
been tested with the following):

  • Intel® Parallel Composer
  • Intel® C++ Compiler for Windows* OS versions 10.1, 11.0 and 11.1
  • Microsoft* Visual Studio* 2008
  • Microsoft* Visual Studio* 2005
  • Microsoft* Visual C++* .NET 2003
  • Microsoft* Windows Software Development Kit for Microsoft* Windows
    Vista

But of course you could always try the library with VC++ Express Edition.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文