help intrin.h

Hi everyone , I need this header file , could someone paste it here ?
I can’t find out it in recent WDK and SDK , thanks in advance .

C:\>dir /s /b intri*.h
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\intrin.h

C:\>

On 10/1/11, yushang wrote:
> Hi everyone , I need this header file , could someone paste it here ?
> I can’t find out it in recent WDK and SDK , thanks in advance .
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>


thanks and regards

raj_r

This header is closely tied to the compiler, getting a random version of the file will do you no good. Did you look in a vs install?

d

debt from my phone


From: yushang
Sent: 9/30/2011 7:57 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] help intrin.h

Hi everyone , I need this header file , could someone paste it here ?
I can’t find out it in recent WDK and SDK , thanks in advance .


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Uh no ? get off your ass and go purchase Visual Studio, or download an Express copy.

Gary Little
H (952) 223-1349
C (952) 454-4629
xxxxx@comcast.net

On Sep 30, 2011, at 9:56 PM, yushang wrote:

Hi everyone , I need this header file , could someone paste it here ?
I can’t find out it in recent WDK and SDK , thanks in advance .


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

I see . I need to download a VS with the same compiler version as my
WDK . Many thanks.

2011/10/1 Doron Holan :
> This header is closely tied to the compiler, getting a random version of the
> file will do you no good. Did you look in a vs install?
>
> d
>
> debt from my phone
> ________________________________
> From: yushang
> Sent: 9/30/2011 7:57 PM
> To: Windows System Software Devs Interest List
> Subject: [ntdev] help intrin.h
>
> Hi everyone , I need this header file , could someone paste it here ?
> I can’t find out it in recent WDK and SDK , thanks in advance .
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

“yushang” wrote in message news:xxxxx@ntdev…
> I see . I need to download a VS with the same compiler version as my
> WDK . Many thanks.

Even with a compatible VS/VC++ compiler, mixing WDK and SDK/VC++ includes is
not supported and can lead to strange results.
Try to use only one set of includes: either WDK or VC++ (or SDK).

– pa

> 2011/10/1 Doron Holan :
>> This header is closely tied to the compiler, getting a random version of
>> the
>> file will do you no good. Did you look in a vs install?
>>
>> d

yushang wrote:

Hi everyone , I need this header file , could someone paste it here ?
I can’t find out it in recent WDK and SDK , thanks in advance .

Why do you think you need it?

Yes , I’ve got many errors , for example , _Size undefined . What is
the equivalent in WDK ? thanks.

2011/10/2 Pavel A. :
> “yushang” wrote in message news:xxxxx@ntdev…
>>
>> I see . I need to download a VS with the same compiler version as my
>> WDK . Many thanks.
>
> Even with a compatible VS/VC++ compiler, mixing WDK and SDK/VC++ includes is
> not supported and can lead to strange results.
> Try to use only one set of includes: either WDK or VC++ (or SDK).
>
> – pa
>
>> 2011/10/1 Doron Holan :
>>>
>>> This header is closely tied to the compiler, getting a random version of
>>> the
>>> file will do you no good. Did you look in a vs install?
>>>
>>> d
>
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

On 02-Oct-2011 08:31, yushang wrote:

Yes , I’ve got many errors , for example , _Size undefined . What is
the equivalent in WDK ? thanks.

No idea. Just don’t mix the includes, chances are it will compile then.
– pa

2011/10/2 Pavel A.:
>> “yushang” wrote in message news:xxxxx@ntdev…
>>>
>>> I see . I need to download a VS with the same compiler version as my
>>> WDK . Many thanks.
>>
>> Even with a compatible VS/VC++ compiler, mixing WDK and SDK/VC++ includes is
>> not supported and can lead to strange results.
>> Try to use only one set of includes: either WDK or VC++ (or SDK).
>>
>> – pa
>>
>>> 2011/10/1 Doron Holan:
>>>>
>>>> This header is closely tied to the compiler, getting a random version of
>>>> the
>>>> file will do you no good. Did you look in a vs install?
>>>>
>>>> d
>>

Thanks pa . I’ve further investigated this problem , found the root
cause is sal.h which is totally different between WDK and VS.

2011/10/2 Pavel A :
> On 02-Oct-2011 08:31, yushang wrote:
>>
>> Yes , I’ve got many errors , for example , _Size undefined . What is
>> the equivalent in WDK ? thanks.
>
> No idea. Just don’t mix the includes, chances are it will compile then.
> – pa
>
>> 2011/10/2 Pavel A.:
>>>
>>> “yushang” wrote in message news:xxxxx@ntdev…
>>>>
>>>> I see . I need to download a VS with the same compiler version as my
>>>> WDK . Many thanks.
>>>
>>> Even with a compatible VS/VC++ compiler, mixing WDK and SDK/VC++ includes
>>> is
>>> not supported and can lead to strange results.
>>> Try to use only one set of includes: either WDK or VC++ (or SDK).
>>>
>>> – pa
>>>
>>>> 2011/10/1 Doron Holan:
>>>>>
>>>>> This header is closely tied to the compiler, getting a random version
>>>>> of
>>>>> the
>>>>> file will do you no good. Did you look in a vs install?
>>>>>
>>>>> d
>>>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

sal.h is just one of many problems encountered while attempting to
include “intrin.h” with WDK header files. There are unfortunate
overlaps between the intrinsics defined in the core WDK include files
(ntddk.h and wdm.h) and intrin.h. If you need to include intrin.h with
either of these two files you are in deep trouble. I know of at least
one open source project that resolved this mess by editing local
copies of WDK include files in order to eliminate the conflicts.

You haven’t answered the question of why you think you need intrin.h.
Which intrinsic is missing?

Mark Roddy

On Sun, Oct 2, 2011 at 10:18 PM, yushang wrote:
> Thanks pa . I’ve further investigated this problem , found the root
> cause is sal.h which is totally different between WDK and VS.
>
> 2011/10/2 Pavel A :
>> On 02-Oct-2011 08:31, yushang wrote:
>>>
>>> Yes , I’ve got many errors , for example , _Size undefined . What is
>>> the equivalent in WDK ? thanks.
>>
>> No idea. Just don’t mix the includes, chances are it will compile then.
>> – pa
>>
>>> 2011/10/2 Pavel A.:
>>>>
>>>> “yushang” ?wrote in message news:xxxxx@ntdev…
>>>>>
>>>>> I see . I need to download a VS with the same compiler version as my
>>>>> WDK . Many thanks.
>>>>
>>>> Even with a compatible VS/VC++ compiler, mixing WDK and SDK/VC++ includes
>>>> is
>>>> not supported and can lead to strange results.
>>>> Try to use only one set of includes: either WDK or VC++ (or SDK).
>>>>
>>>> – pa
>>>>
>>>>> 2011/10/1 Doron Holan:
>>>>>>
>>>>>> This header is closely tied to the compiler, getting a random version
>>>>>> of
>>>>>> the
>>>>>> file will do you no good. Did you look in a vs install?
>>>>>>
>>>>>> d
>>>>
>>
>> —
>> NTDEV is sponsored by OSR
>>
>> For our schedule of WDF, WDM, debugging and other seminars visit:
>> http://www.osr.com/seminars
>>
>> To unsubscribe, visit the List Server section of OSR Online at
>> http://www.osronline.com/page.cfm?name=ListServer
>>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>

In fact , I want to compile an open source project with WDK compiler ,
this project include this file .
BTW the sal.h between WDK and VS2008 is not so different , the latter
is compatible with WDK . It seems I can replace the WDK one with
VS2008 one.

You haven’t answered the question of why you think you need intrin.h.
Which intrinsic is missing?

Mark Roddy

On Sun, Oct 2, 2011 at 10:18 PM, yushang wrote:
>> Thanks pa . I’ve further investigated this problem , found the root
>> cause is sal.h which is totally different between WDK and VS.
>>
>> 2011/10/2 Pavel A :
>>> On 02-Oct-2011 08:31, yushang wrote:
>>>>
>>>> Yes , I’ve got many errors , for example , _Size undefined . What is
>>>> the equivalent in WDK ? thanks.
>>>
>>> No idea. Just don’t mix the includes, chances are it will compile then.
>>> – pa
>>>
>>>> 2011/10/2 Pavel A.:
>>>>>
>>>>> “yushang” wrote in message news:xxxxx@ntdev…
>>>>>>
>>>>>> I see . I need to download a VS with the same compiler version as my
>>>>>> WDK . Many thanks.
>>>>>
>>>>> Even with a compatible VS/VC++ compiler, mixing WDK and SDK/VC++ includes
>>>>> is
>>>>> not supported and can lead to strange results.
>>>>> Try to use only one set of includes: either WDK or VC++ (or SDK).
>>>>>
>>>>> – pa
>>>>>
>>>>>> 2011/10/1 Doron Holan:
>>>>>>>
>>>>>>> This header is closely tied to the compiler, getting a random version
>>>>>>> of
>>>>>>> the
>>>>>>> file will do you no good. Did you look in a vs install?
>>>>>>>
>>>>>>> d
>>>>>
>>>
>>> —
>>> NTDEV is sponsored by OSR
>>>
>>> For our schedule of WDF, WDM, debugging and other seminars visit:
>>> http://www.osr.com/seminars
>>>
>>> To unsubscribe, visit the List Server section of OSR Online at
>>> http://www.osronline.com/page.cfm?name=ListServer
>>>
>>
>> —
>> NTDEV is sponsored by OSR
>>
>> For our schedule of WDF, WDM, debugging and other seminars visit:
>> http://www.osr.com/seminars
>>
>> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>

It isn’t just sal.h. Good luck.

Mark Roddy

On Tue, Oct 4, 2011 at 9:27 PM, yushang wrote:
> In fact , I want to compile an open source project with WDK compiler ,
> this project include this file .
> BTW the sal.h between WDK and VS2008 is not so different , the latter
> is compatible with WDK . It seems I can replace the WDK one with
> VS2008 one.
>
>> You haven’t answered the question of why you think you need intrin.h.
>> Which intrinsic is missing?
>>
>> Mark Roddy
>>
>>
>>
>> On Sun, Oct 2, 2011 at 10:18 PM, yushang wrote:
>>> Thanks pa . I’ve further investigated this problem , found the root
>>> cause is sal.h which is totally different between WDK and VS.
>>>
>>> 2011/10/2 Pavel A :
>>>> On 02-Oct-2011 08:31, yushang wrote:
>>>>>
>>>>> Yes , I’ve got many errors , for example , _Size undefined . What is
>>>>> the equivalent in WDK ? thanks.
>>>>
>>>> No idea. Just don’t mix the includes, chances are it will compile then.
>>>> – pa
>>>>
>>>>> 2011/10/2 Pavel A.:
>>>>>>
>>>>>> “yushang” ?wrote in message news:xxxxx@ntdev…
>>>>>>>
>>>>>>> I see . I need to download a VS with the same compiler version as my
>>>>>>> WDK . Many thanks.
>>>>>>
>>>>>> Even with a compatible VS/VC++ compiler, mixing WDK and SDK/VC++ includes
>>>>>> is
>>>>>> not supported and can lead to strange results.
>>>>>> Try to use only one set of includes: either WDK or VC++ (or SDK).
>>>>>>
>>>>>> – pa
>>>>>>
>>>>>>> 2011/10/1 Doron Holan:
>>>>>>>>
>>>>>>>> This header is closely tied to the compiler, getting a random version
>>>>>>>> of
>>>>>>>> the
>>>>>>>> file will do you no good. Did you look in a vs install?
>>>>>>>>
>>>>>>>> d
>>>>>>
>>>>
>>>> —
>>>> NTDEV is sponsored by OSR
>>>>
>>>> For our schedule of WDF, WDM, debugging and other seminars visit:
>>>> http://www.osr.com/seminars
>>>>
>>>> To unsubscribe, visit the List Server section of OSR Online at
>>>> http://www.osronline.com/page.cfm?name=ListServer
>>>>
>>>
>>> —
>>> NTDEV is sponsored by OSR
>>>
>>> For our schedule of WDF, WDM, debugging and other seminars visit:
>>> http://www.osr.com/seminars
>>>
>>> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>>>
>>
>> —
>> NTDEV is sponsored by OSR
>>
>> For our schedule of WDF, WDM, debugging and other seminars visit:
>> http://www.osr.com/seminars
>>
>> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>