XP IFS Kit: Win 2K Build Environment

MessageHi XP IFS experts (and creators too)

We’ve got our IFS XP kit several days ago

There is one problem for me:
I’ve tryed to build my drivers which I previously/currently working on with
IFS kit for 2000 with ‘Win 2K Free/Checked Build Environment’.

And I’ve got following with first row in the first header: #nclude
<ntifs.h>, see:

c:\ntddk\inc\ifs\ntifs.h(3107) : error C2061: syntax error : identifier
‘InitializeListHead’
c:\ntddk\inc\ifs\ntifs.h(3107) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3108) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3128) : error C2061: syntax error : identifier
‘RemoveEntryList’
c:\ntddk\inc\ifs\ntifs.h(3128) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3129) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3143) : error C2061: syntax error : identifier
‘RemoveHeadList’
c:\ntddk\inc\ifs\ntifs.h(3143) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3144) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3161) : error C2061: syntax error : identifier
‘RemoveTailList’
c:\ntddk\inc\ifs\ntifs.h(3161) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3162) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3178) : error C2061: syntax error : identifier
‘InsertTailList’
c:\ntddk\inc\ifs\ntifs.h(3178) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3179) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3195) : error C2061: syntax error : identifier
‘InsertHeadList’
c:\ntddk\inc\ifs\ntifs.h(3195) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3196) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2146: syntax error : missing ‘)’
before identifier ‘SourceString’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2144: syntax error : ‘’
should be preceded by ‘’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2144: syntax error : ‘’
should be preceded by ‘’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2143: syntax error : missing ‘)’
before ‘identifier’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2081: ‘PCOEM_STRING’ : name in
formal parameter list illegal
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2061: syntax error : identifier
‘SourceString’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2059: syntax error : ‘,’
c:\ntddk\inc\ifs\ntifs.h(4775) : error C2059: syntax error : ‘)’

[Sorry, skipped]

c:\ntddk\inc\ifs\ntifs.h(15295) : error C1003: error count exceeds 100;
stopping compilation

Sure, I was read about _WIN2K_COMPAT_SLIST_USAGE and include this into my
sources as well.
Doesn’t matter and doesn’t help.

Then I was try to build all drivers shipped with XP IFS kit: same problem!!!
Can’t build at least one driver in the filesys folder.

Why I can’t build driver for 2000 with XP kit? My drivers perfectly builds
even with NT4 DDK.
Please, explain me what’s wrong I do.

Regards,

Valery A. Boronin,
System Software Engineer, Novosoft
Web: http://www.novosoft-us.com
Email: xxxxx@novosoft.ru</ntifs.h>

The version of the Windows 2000 build environment that shipped in the
Windows XP IFS Kit is broken. It didn’t include the correct versions of
the IFS Kit headers and libs for Windows 2000 even though it has those
build window links.

This is fixed in the IFS Kit being released with Windows XP SP1, but in
the mean time, you should continue using your Windows 2000 IFS Kit.

Sorry for the inconvenience,

Molly Brown
Microsoft Corporation

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: Valery A. Boronin [mailto:xxxxx@novosoft.ru]
Sent: Thursday, April 18, 2002 8:52 AM
To: File Systems Developers
Subject: [ntfsd] XP IFS Kit: Win 2K Build Environment

MessageHi XP IFS experts (and creators too)

We’ve got our IFS XP kit several days ago

There is one problem for me:
I’ve tryed to build my drivers which I previously/currently working on
with
IFS kit for 2000 with ‘Win 2K Free/Checked Build Environment’.

And I’ve got following with first row in the first header: #nclude
<ntifs.h>, see:

c:\ntddk\inc\ifs\ntifs.h(3107) : error C2061: syntax error : identifier
‘InitializeListHead’
c:\ntddk\inc\ifs\ntifs.h(3107) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3108) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3128) : error C2061: syntax error : identifier
‘RemoveEntryList’
c:\ntddk\inc\ifs\ntifs.h(3128) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3129) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3143) : error C2061: syntax error : identifier
‘RemoveHeadList’
c:\ntddk\inc\ifs\ntifs.h(3143) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3144) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3161) : error C2061: syntax error : identifier
‘RemoveTailList’
c:\ntddk\inc\ifs\ntifs.h(3161) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3162) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3178) : error C2061: syntax error : identifier
‘InsertTailList’
c:\ntddk\inc\ifs\ntifs.h(3178) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3179) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3195) : error C2061: syntax error : identifier
‘InsertHeadList’
c:\ntddk\inc\ifs\ntifs.h(3195) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3196) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2146: syntax error : missing ‘)’
before identifier ‘SourceString’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2144: syntax error : ‘’
should be preceded by ‘’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2144: syntax error : ‘’
should be preceded by ‘’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2143: syntax error : missing ‘)’
before ‘identifier’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2081: ‘PCOEM_STRING’ : name in
formal parameter list illegal
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2061: syntax error : identifier
‘SourceString’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2059: syntax error : ‘,’
c:\ntddk\inc\ifs\ntifs.h(4775) : error C2059: syntax error : ‘)’

[Sorry, skipped]

c:\ntddk\inc\ifs\ntifs.h(15295) : error C1003: error count exceeds 100;
stopping compilation

Sure, I was read about _WIN2K_COMPAT_SLIST_USAGE and include this into
my
sources as well.
Doesn’t matter and doesn’t help.

Then I was try to build all drivers shipped with XP IFS kit: same
problem!!!
Can’t build at least one driver in the filesys folder.

Why I can’t build driver for 2000 with XP kit? My drivers perfectly
builds
even with NT4 DDK.
Please, explain me what’s wrong I do.

Regards,

Valery A. Boronin,
System Software Engineer, Novosoft
Web: http://www.novosoft-us.com
Email: xxxxx@novosoft.ru


You are currently subscribed to ntfsd as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to %%email.unsub%%</ntifs.h>

When is this kit going to be released and if we already own the XP kit can
we download the SP or is another purchase necessary?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Molly Brown
Sent: Thursday, April 18, 2002 3:10 PM
To: File Systems Developers
Subject: [ntfsd] RE: XP IFS Kit: Win 2K Build Environment

The version of the Windows 2000 build environment that shipped in the
Windows XP IFS Kit is broken. It didn’t include the correct versions of
the IFS Kit headers and libs for Windows 2000 even though it has those
build window links.

This is fixed in the IFS Kit being released with Windows XP SP1, but in
the mean time, you should continue using your Windows 2000 IFS Kit.

Sorry for the inconvenience,

Molly Brown
Microsoft Corporation

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: Valery A. Boronin [mailto:xxxxx@novosoft.ru]
Sent: Thursday, April 18, 2002 8:52 AM
To: File Systems Developers
Subject: [ntfsd] XP IFS Kit: Win 2K Build Environment

MessageHi XP IFS experts (and creators too)

We’ve got our IFS XP kit several days ago

There is one problem for me:
I’ve tryed to build my drivers which I previously/currently working on
with
IFS kit for 2000 with ‘Win 2K Free/Checked Build Environment’.

And I’ve got following with first row in the first header: #nclude
<ntifs.h>, see:

c:\ntddk\inc\ifs\ntifs.h(3107) : error C2061: syntax error : identifier
‘InitializeListHead’
c:\ntddk\inc\ifs\ntifs.h(3107) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3108) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3128) : error C2061: syntax error : identifier
‘RemoveEntryList’
c:\ntddk\inc\ifs\ntifs.h(3128) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3129) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3143) : error C2061: syntax error : identifier
‘RemoveHeadList’
c:\ntddk\inc\ifs\ntifs.h(3143) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3144) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3161) : error C2061: syntax error : identifier
‘RemoveTailList’
c:\ntddk\inc\ifs\ntifs.h(3161) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3162) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3178) : error C2061: syntax error : identifier
‘InsertTailList’
c:\ntddk\inc\ifs\ntifs.h(3178) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3179) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3195) : error C2061: syntax error : identifier
‘InsertHeadList’
c:\ntddk\inc\ifs\ntifs.h(3195) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3196) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2146: syntax error : missing ‘)’
before identifier ‘SourceString’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2144: syntax error : ‘’
should be preceded by ‘’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2144: syntax error : ‘’
should be preceded by ‘’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2143: syntax error : missing ‘)’
before ‘identifier’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2081: ‘PCOEM_STRING’ : name in
formal parameter list illegal
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2061: syntax error : identifier
‘SourceString’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2059: syntax error : ‘,’
c:\ntddk\inc\ifs\ntifs.h(4775) : error C2059: syntax error : ‘)’

[Sorry, skipped]

c:\ntddk\inc\ifs\ntifs.h(15295) : error C1003: error count exceeds 100;
stopping compilation

Sure, I was read about _WIN2K_COMPAT_SLIST_USAGE and include this into
my
sources as well.
Doesn’t matter and doesn’t help.

Then I was try to build all drivers shipped with XP IFS kit: same
problem!!!
Can’t build at least one driver in the filesys folder.

Why I can’t build driver for 2000 with XP kit? My drivers perfectly
builds
even with NT4 DDK.
Please, explain me what’s wrong I do.

Regards,

Valery A. Boronin,
System Software Engineer, Novosoft
Web: http://www.novosoft-us.com
Email: xxxxx@novosoft.ru


You are currently subscribed to ntfsd as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntfsd as: xxxxx@relicore.com
To unsubscribe send a blank email to %%email.unsub%%</ntifs.h>

> Why I can’t build driver for 2000 with XP kit? My drivers perfectly builds

even with NT4 DDK.

You can still build it with NT4 DDK, and you will have the binary which will work on all NTs from NT4 to XP.

Max

“Maxim S. Shatskih” schrieb:

> Why I can’t build driver for 2000 with XP kit? My drivers perfectly builds
> even with NT4 DDK.

You can still build it with NT4 DDK, and you will have the binary which will work on all NTs from NT4 to XP.

Who can point me out the big difference between mass storrage in NT4 and w2k?
And why doesn’t work pinball.sys on w2k? where must it give up?

> Who can point me out the big difference between mass storrage in NT4 and w2k?

The filesystems are about 95% the same.

It is really possible to write an FS filter which will be binary-compatible from NT4 to XP. It must be built using NT4 DDK and use
handicrafted GetProcAddress function for PoStartNextPowerIrp and PoCallDriver.

Max

Do filesystem filters ever need to call
PoStartNextPowerIrp and PoCallDriver?

— “Maxim S. Shatskih”
wrote:
> > Who can point me out the big difference between
> mass storrage in NT4 and w2k?
>
> The filesystems are about 95% the same.
>
> It is really possible to write an FS filter which
> will be binary-compatible from NT4 to XP. It must be
> built using NT4 DDK and use
> handicrafted GetProcAddress function for
> PoStartNextPowerIrp and PoCallDriver.
>
> Max
>
>
>
> —
> You are currently subscribed to ntfsd as:
> xxxxx@nryan.com
> To unsubscribe send a blank email to
%%email.unsub%%

=====
- Nicholas Ryan

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

File system filter drivers should never receive power IRPs. Thus, they
should never need to call PoStartNextPowerIrp or PoCallDriver.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: Nicholas Ryan [mailto:xxxxx@nryan.com]
Sent: Thursday, April 18, 2002 8:59 PM
To: File Systems Developers
Subject: [ntfsd] Re: XP IFS Kit: Win 2K Build Environment

Do filesystem filters ever need to call
PoStartNextPowerIrp and PoCallDriver?

— “Maxim S. Shatskih”
wrote:
> > Who can point me out the big difference between
> mass storrage in NT4 and w2k?
>
> The filesystems are about 95% the same.
>
> It is really possible to write an FS filter which
> will be binary-compatible from NT4 to XP. It must be
> built using NT4 DDK and use
> handicrafted GetProcAddress function for
> PoStartNextPowerIrp and PoCallDriver.
>
> Max
>
>
>
> —
> You are currently subscribed to ntfsd as:
> xxxxx@nryan.com
> To unsubscribe send a blank email to
%%email.unsub%%

=====
- Nicholas Ryan

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/


You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to %%email.unsub%%

Sure it can. We have a FSD filter driver that must process Po requests.
Just because it is an FSD filter dose not mean it may not also filter
other types of device objects in that driver… A driver, is a driver,
is a driver…

Jamey

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Nicholas Ryan
Sent: Thursday, April 18, 2002 5:59 PM
To: File Systems Developers
Subject: [ntfsd] Re: XP IFS Kit: Win 2K Build Environment

Do filesystem filters ever need to call
PoStartNextPowerIrp and PoCallDriver?

— “Maxim S. Shatskih”
wrote:
> > Who can point me out the big difference between
> mass storrage in NT4 and w2k?
>
> The filesystems are about 95% the same.
>
> It is really possible to write an FS filter which
> will be binary-compatible from NT4 to XP. It must be
> built using NT4 DDK and use
> handicrafted GetProcAddress function for
> PoStartNextPowerIrp and PoCallDriver.
>
> Max
>
>
>
> —
> You are currently subscribed to ntfsd as:
> xxxxx@nryan.com
> To unsubscribe send a blank email to
%%email.unsub%%

=====
- Nicholas Ryan

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/


You are currently subscribed to ntfsd as: xxxxx@storagecraft.com To
unsubscribe send a blank email to %%email.unsub%%

This version of the kit will be release at the same time the Windows XP
Service Pack 1 operating system is released. There is no official date
for this yet, so you will have to rely on industry speculation for now
:).

You will need to purchase the updated kit, but if you already have an
IFS Kit, the refresh is ~$100. When the XPSP1 kit is available,
ordering information will be at http://www.microsoft.com/ddk/ifskit/.

Thanks,

Molly Brown
Microsoft Corporation

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: Stanislaw Kowalczyk [mailto:xxxxx@relicore.com]
Sent: Thursday, April 18, 2002 12:52 PM
To: File Systems Developers
Subject: [ntfsd] RE: XP IFS Kit: Win 2K Build Environment

When is this kit going to be released and if we already own the XP kit
can
we download the SP or is another purchase necessary?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Molly Brown
Sent: Thursday, April 18, 2002 3:10 PM
To: File Systems Developers
Subject: [ntfsd] RE: XP IFS Kit: Win 2K Build Environment

The version of the Windows 2000 build environment that shipped in the
Windows XP IFS Kit is broken. It didn’t include the correct versions of
the IFS Kit headers and libs for Windows 2000 even though it has those
build window links.

This is fixed in the IFS Kit being released with Windows XP SP1, but in
the mean time, you should continue using your Windows 2000 IFS Kit.

Sorry for the inconvenience,

Molly Brown
Microsoft Corporation

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: Valery A. Boronin [mailto:xxxxx@novosoft.ru]
Sent: Thursday, April 18, 2002 8:52 AM
To: File Systems Developers
Subject: [ntfsd] XP IFS Kit: Win 2K Build Environment

MessageHi XP IFS experts (and creators too)

We’ve got our IFS XP kit several days ago

There is one problem for me:
I’ve tryed to build my drivers which I previously/currently working on
with
IFS kit for 2000 with ‘Win 2K Free/Checked Build Environment’.

And I’ve got following with first row in the first header: #nclude
<ntifs.h>, see:

c:\ntddk\inc\ifs\ntifs.h(3107) : error C2061: syntax error : identifier
‘InitializeListHead’
c:\ntddk\inc\ifs\ntifs.h(3107) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3108) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3128) : error C2061: syntax error : identifier
‘RemoveEntryList’
c:\ntddk\inc\ifs\ntifs.h(3128) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3129) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3143) : error C2061: syntax error : identifier
‘RemoveHeadList’
c:\ntddk\inc\ifs\ntifs.h(3143) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3144) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3161) : error C2061: syntax error : identifier
‘RemoveTailList’
c:\ntddk\inc\ifs\ntifs.h(3161) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3162) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3178) : error C2061: syntax error : identifier
‘InsertTailList’
c:\ntddk\inc\ifs\ntifs.h(3178) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3179) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(3195) : error C2061: syntax error : identifier
‘InsertHeadList’
c:\ntddk\inc\ifs\ntifs.h(3195) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(3196) : error C2059: syntax error : ‘type’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2146: syntax error : missing ‘)’
before identifier ‘SourceString’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2144: syntax error : ‘’
should be preceded by ‘’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2144: syntax error : ‘’
should be preceded by ‘’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2143: syntax error : missing ‘)’
before ‘identifier’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2081: ‘PCOEM_STRING’ : name in
formal parameter list illegal
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2061: syntax error : identifier
‘SourceString’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2059: syntax error : ‘;’
c:\ntddk\inc\ifs\ntifs.h(4773) : error C2059: syntax error : ‘,’
c:\ntddk\inc\ifs\ntifs.h(4775) : error C2059: syntax error : ‘)’

[Sorry, skipped]

c:\ntddk\inc\ifs\ntifs.h(15295) : error C1003: error count exceeds 100;
stopping compilation

Sure, I was read about _WIN2K_COMPAT_SLIST_USAGE and include this into
my
sources as well.
Doesn’t matter and doesn’t help.

Then I was try to build all drivers shipped with XP IFS kit: same
problem!!!
Can’t build at least one driver in the filesys folder.

Why I can’t build driver for 2000 with XP kit? My drivers perfectly
builds
even with NT4 DDK.
Please, explain me what’s wrong I do.

Regards,

Valery A. Boronin,
System Software Engineer, Novosoft
Web: http://www.novosoft-us.com
Email: xxxxx@novosoft.ru


You are currently subscribed to ntfsd as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntfsd as: xxxxx@relicore.com
To unsubscribe send a blank email to %%email.unsub%%


You are currently subscribed to ntfsd as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to %%email.unsub%%</ntifs.h>