A
Anna Smidt
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
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