IPP 和 DEV C++
您好,我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来不会起作用。请参阅:
http://software.intel.com/en-我们/forums/showthread.php?t=60550
It doesn't look like it will work. See:
http://software.intel.com/en-us/forums/showthread.php?t=60550
请查看
但当然,您始终可以使用 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.
But of course you could always try the library with VC++ Express Edition.