我发现mmintrin.h来自 c:\programs\Microsoft Visual Studio 9.0 \ VC \包括 所以起初我想知道这是否包含在真正需要的内容和 从选项中移除它 - > VC ++目录 - >包含 但是抛出的十几个其他错误,我认为这些包含的确实是需要的。 有人可以告诉我应该做什么或如何改进我的问题/ 错误报告更具体一点? 谢谢! AnnaSorry, I have a question again:I am trying to debug/ release a CLR application (that uses theFrameWork). 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!#elseI found out that mmintrin.h comes fromc:\programs\Microsoft Visual Studio 9.0\VC\IncludeSo at first I wanted to find out if this include in really needed andremoved it from Options->VC++ Directories->IncludesBut then a dozen of other errors where thrown, and I thought that theseincludes 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 VideoASMI checked everything from the start again, and without changinganything, I get the follow error first:Error1fatal 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 Studio9.0\VC\atlmfc\include\afx.h24VideoASM<<请#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 crazybut couldn''t find it...我输入了 #define _AFXDLL stdafx.cpp中的,但仍然是相同的错误信息。I have typed#define _AFXDLLin stdafx.cpp, but still the same error message. 这篇关于纯粹模式不支持MM内在函数!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-29 06:12