Hi,
I am new to device driver programming. I wrote a
small filter driver(testUSB.c) for USB and built it
successfully.
I copied make files from one of the samples and
modified the sources.
After build, when i check in i386 directly there were
three files genport.pdb, genport.sys and testUSB.obj.
What are genport files and why my testusb does not
have sys extension.
If i want to install my testUSB.obj(can i install as
it is not a sys file) in the debuggee what all i need
to do in addition to having .inf file.
Regards, Eswari
Yahoo! Mail - PC Magazine Editors’ Choice 2005
http://mail.yahoo.com
You grabed the SOURCES file from Genport and did not fix this file to
reflect your driver. Go read
http://www.microsoft.com/whdc/driver/foundation/DrvDev_Intro.mspx for data
on how to get started.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“Eswari” wrote in message news:xxxxx@ntdev…
> Hi,
>
> I am new to device driver programming. I wrote a
> small filter driver(testUSB.c) for USB and built it
> successfully.
>
> I copied make files from one of the samples and
> modified the sources.
>
> After build, when i check in i386 directly there were
> three files genport.pdb, genport.sys and testUSB.obj.
> What are genport files and why my testusb does not
> have sys extension.
>
> If i want to install my testUSB.obj(can i install as
> it is not a sys file) in the debuggee what all i need
> to do in addition to having .inf file.
>
> Regards, Eswari
>
>
>
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors’ Choice 2005
> http://mail.yahoo.com
>
>After build, when i check in i386 directly there were
three files genport.pdb, genport.sys and testUSB.obj.
What are genport files and why my testusb does not
have sys extension.
Did you change the ‘target’ name in the sources file?