Help for newbie

I am kinda new in windows nt kernel mode debugging. Now, I just start
already install the DDK follow up the installation (after SDK and VC).
Anyway, I probably have the most stupid question because I could not even
run the command “build -cef”. I always get the same error
“last line incomplete” after the name of the include file when I ran the
build command. My operation system is windows NT workstation.

Thanks
SaraH


Get your FREE download of MSN Explorer at http://explorer.msn.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Actually, this is a common question, don’t worry about
this message it is just a warning. If you want to get
rid of these messages look at:
http://www.numega.com/drivercentral/tech_tips/lastline.shtml

Don Burn
Windows 2000 Device Driver and Filesystem consulting

----- Original Message -----
From: “SaraH Chen”
To: “File Systems Developers”
Sent: Monday, July 16, 2001 2:01 PM
Subject: [ntfsd] Help for newbie

> I am kinda new in windows nt kernel mode debugging. Now, I just start
> already install the DDK follow up the installation (after SDK and VC).
> Anyway, I probably have the most stupid question because I could not even
> run the command “build -cef”. I always get the same error
> “last line incomplete” after the name of the include file when I ran the
> build command. My operation system is windows NT workstation.
>
> Thanks
> SaraH
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@acm.org
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

This would be better posted to the NTDEV mailing list. Include the
version of the VC, SDK & DDK that you are using as this will help. -
Eric
-----Original Message-----
From: SaraH Chen [mailto:xxxxx@hotmail.com]
Sent: Monday, July 16, 2001 11:01 AM
To: File Systems Developers
Subject: [ntfsd] Help for newbie

I am kinda new in windows nt kernel mode debugging. Now, I just start
already install the DDK follow up the installation (after SDK and VC).
Anyway, I probably have the most stupid question because I could not
even
run the command “build -cef”. I always get the same error
“last line incomplete” after the name of the include file when I ran the

build command. My operation system is windows NT workstation.

Thanks
SaraH _________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


You are currently subscribed to ntfsd as: xxxxx@MICROSOFT.com To
unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Thanks all ur guys for fully helpful. Anyway, I did what you suggest. All
the error of “last line” gone. Thanks you so much. Now, I have another
problem. I am sorry if this my question is really simple in this list.
Honestly, I just start about ddk. I tried the sample in the \src directory
of ddk. I tried the \ramdisk driver. During building the ramdisk, I got the
error that “rpcerr.h”, rpcmac.h" and some more files were not found in the
system. I search for all files in my machine and I didn’t find them either.
So, where can I get all of those header files? Thanks
My VC is 6.0, SDK is the Microsoft Platform SDK, February 2001 Edition

Thanks again
SaraH

From: “Don Burn”
>Reply-To: “File Systems Developers”
>To: “File Systems Developers”
>Subject: [ntfsd] Re: Help for newbie
>Date: Mon, 16 Jul 2001 14:22:56 -0400
>
>Actually, this is a common question, don’t worry about
>this message it is just a warning. If you want to get
>rid of these messages look at:
>http://www.numega.com/drivercentral/tech_tips/lastline.shtml
>
>Don Burn
>Windows 2000 Device Driver and Filesystem consulting
>
>
>----- Original Message -----
>From: “SaraH Chen”
>To: “File Systems Developers”
>Sent: Monday, July 16, 2001 2:01 PM
>Subject: [ntfsd] Help for newbie
>
>
> > I am kinda new in windows nt kernel mode debugging. Now, I just start
> > already install the DDK follow up the installation (after SDK and VC).
> > Anyway, I probably have the most stupid question because I could not
>even
> > run the command “build -cef”. I always get the same error
> > “last line incomplete” after the name of the include file when I ran the
> > build command. My operation system is windows NT workstation.
> >
> > Thanks
> > SaraH
> >
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@acm.org
> > To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>—
>You are currently subscribed to ntfsd as: xxxxx@hotmail.com
>To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Get your FREE download of MSN Explorer at http://explorer.msn.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

You do not need SDK to build w2k drivers at all.
For NT4 drivers, you need only SETENV.BAT from the SDK.
rpcxxx.h headers are user mode and have nothing to do with kernel-mode
drivers.

----- Original Message -----
From: “SaraH Chen”
To: “File Systems Developers”
Sent: Tuesday, July 17, 2001 9:24 AM
Subject: [ntfsd] Re: Help for newbie

> Thanks all ur guys for fully helpful. Anyway, I did what you suggest. All
> the error of “last line” gone. Thanks you so much. Now, I have another
> problem. I am sorry if this my question is really simple in this list.
> Honestly, I just start about ddk. I tried the sample in the \src directory
> of ddk. I tried the \ramdisk driver. During building the ramdisk, I got
the
> error that “rpcerr.h”, rpcmac.h" and some more files were not found in the
> system. I search for all files in my machine and I didn’t find them
either.
> So, where can I get all of those header files? Thanks
> My VC is 6.0, SDK is the Microsoft Platform SDK, February 2001 Edition
>
> Thanks again
> SaraH
>
> >From: “Don Burn”
> >Reply-To: “File Systems Developers”
> >To: “File Systems Developers”
> >Subject: [ntfsd] Re: Help for newbie
> >Date: Mon, 16 Jul 2001 14:22:56 -0400
> >
> >Actually, this is a common question, don’t worry about
> >this message it is just a warning. If you want to get
> >rid of these messages look at:
> >http://www.numega.com/drivercentral/tech_tips/lastline.shtml
> >
> >Don Burn
> >Windows 2000 Device Driver and Filesystem consulting
> >
> >
> >----- Original Message -----
> >From: “SaraH Chen”
> >To: “File Systems Developers”
> >Sent: Monday, July 16, 2001 2:01 PM
> >Subject: [ntfsd] Help for newbie
> >
> >
> > > I am kinda new in windows nt kernel mode debugging. Now, I just start
> > > already install the DDK follow up the installation (after SDK and VC).
> > > Anyway, I probably have the most stupid question because I could not
> >even
> > > run the command “build -cef”. I always get the same error
> > > “last line incomplete” after the name of the include file when I ran
the
> > > build command. My operation system is windows NT workstation.
> > >
> > > Thanks
> > > SaraH
> > >
> > > Get your FREE download of MSN Explorer at http://explorer.msn.com
> > >
> > >
> > > —
> > > You are currently subscribed to ntfsd as: xxxxx@acm.org
> > > To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> >
> >—
> >You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> >To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>

> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com