纯粹模式不支持MM内在函数! [英] MM intrinsics not supported in the pure mode!

查看:105
本文介绍了纯粹模式不支持MM内在函数!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

抱歉,我又有一个问题:


我正在尝试调试/发布一个CLR应用程序(使用

FrameWork)。不,当我尝试编译它时,它停在这一行中


------- mmintrin.h --------


#if定义(_M_CEE_PURE)

#error错误:纯模式不支持MM内在函数!

#else

我发现mmintrin.h来自


c:\programs\Microsoft Visual Studio 9.0 \ VC \包括


所以起初我想知道这是否包含在真正需要的内容和

从选项中移除它 - > VC ++目录 - >包含

但是抛出的十几个其他错误,我认为这些包含的确实是需要的。


有人可以告诉我应该做什么或如何改进我的问题/

错误报告更具体一点?

谢谢!


Anna

Sorry, I have a question again:

I am trying to debug/ release a CLR application (that uses the
FrameWork). No when I try to compile it, it stops in this line in

-------mmintrin.h--------

#if defined(_M_CEE_PURE)
#error ERROR: MM intrinsics not supported in the pure mode!
#else

I found out that mmintrin.h comes from

c:\programs\Microsoft Visual Studio 9.0\VC\Include

So at first I wanted to find out if this include in really needed and
removed it from Options->VC++ Directories->Includes
But then a dozen of other errors where thrown, and I thought that these
includes are really needed.

Can somebody tell me what I should do or how to refine my question/
error report to be more concrete?
Thank you!

Anna

推荐答案

我从一开始就检查了所有内容,并且没有更改

任何内容,我首先得到以下错误:


错误1致命错误C1189:#error:使用

/ MD建立MFC应用程序[d](CRT dll版本)需要MFC共享dll版本。请#define

_AFXDLL或不要使用/ MD [d] C:\Programs\Microsoft Visual Studio

9.0 \VC \ atlffc \ include { \\ afx.h 24 VideoASM
I checked everything from the start again, and without changing
anything, I get the follow error first:

Error 1 fatal error C1189: #error : Building MFC application with
/MD[d] (CRT dll version) requires MFC shared dll version. Please #define
_AFXDLL or do not use /MD[d] C:\Programs\Microsoft Visual Studio
9.0\VC\atlmfc\include\afx.h 24 VideoASM


<<请#define _AFXDLL或不要使用/ MD [d]


我在哪里可以设置/ MD [d]?我在我的应用程序中四处寻找疯狂

但是找不到它...
<<Please #define _AFXDLL or do not use /MD[d]

Where could I have set /MD[d]? I have looked around in my app like crazy
but couldn''t find it...


我输入了


#define _AFXDLL

stdafx.cpp中的
,但仍然是相同的错误信息。
I have typed

#define _AFXDLL

in stdafx.cpp, but still the same error message.


这篇关于纯粹模式不支持MM内在函数!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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