Re: SOLVED (was: How to debug INF file for Windows 98?)
- From: "Alexander Grigoriev" <alegr@xxxxxxxxxxxxx>
- Date: Sat, 30 Jul 2005 08:17:54 -0700
The '0' parameter is optional. A second comma is NOT optional.
The DDK documentation does show it that way:
diskid = disk-description[,[tag-or-cab-file],[unused,path][,flags]]
As you can see, as soon you provide a first comma, you have to provide
another one.
"Spiro Trikaliotis" <news-200507@xxxxxxxxxxxxxxx> wrote in message
news:slrndemr7f.5at.news-200507@xxxxxxxxxxxxxxxxxxxxxxx
> Hello,
>
> just for the records: I found my problem with the INF file.
>
> The problematic part was the following section:
>
> [SourceDisksNames]
> 1 = %DiskName%,cbm4wdm.sys
>
> I replaced it with
>
> [SourceDisksNames]
> 1 = %DiskName%,cbm4wdm.sys,0
>
> and it works now.
>
> The Win 98/Me DDK tells me that the last parameter (0,
> disk-serial-number) is unused and must be zero. Anyway, this is not an
> optional parameter.
>
> Interestingly, if I leave it out, I found out the Me crashes with
> 0xC0000005 (access violation). 98 crashes, too, but does not say that
> much as Me.
>
> The 2K3 DDK tells me that this parameter is unused, but optional.
>
> Thanks for your hints,
> Spiro.
>
> --
> Spiro R. Trikaliotis
> http://www.trikaliotis.net/
.
- Follow-Ups:
- Re: SOLVED (was: How to debug INF file for Windows 98?)
- From: Spiro Trikaliotis
- Re: SOLVED (was: How to debug INF file for Windows 98?)
- References:
- Re: How to debug INF file for Windows 98?
- From: Spiro Trikaliotis
- SOLVED (was: How to debug INF file for Windows 98?)
- From: Spiro Trikaliotis
- Re: How to debug INF file for Windows 98?
- Prev by Date: Re: 8GB nonpaged pool alloc
- Next by Date: Re: problems with NetBT
- Previous by thread: SOLVED (was: How to debug INF file for Windows 98?)
- Next by thread: Re: SOLVED (was: How to debug INF file for Windows 98?)
- Index(es):
Relevant Pages
|