From: nibblebit on
I also edit the driver source code in VS6.0 while launch build batch
file.
It is fine to generate the browse informations in the DDK3790.1830.
But when I update to WDK 6000, there is no driver bsc file here. So
strange!
In DDK3790.1830, I place "set BROWSER_INFO=1" in my own batch file
before call setenv.bat and after build command. I also add "bscmake"
argument to build command.
It really works fine.
But under WDK 6000, it fail while no error report to me.
BTW, the sbr files are output by the compiler. It seem that the build
utility doesn't call "bscmake" program to create browser info database.
In my driver environment, "bscmake" is from VS6.0. Should I install the
VS.net to get the new version "bscmake"? My OS is windows XP SP2. Or
should I update OS to vista?
Any hit to me?

On 1月16日, 下午11时35分, "Gary G.. Little"
<gary.g.lit...(a)seagate.com> wrote:
> You set it as an environment variable, which what the error says when you
> try to set it in the SOURCES file.
>
> --
> The personal opinion of
> Gary G. Little
>
> "Holger Schönstedt" <holger.schoenst...(a)arcor.de> wrote in messagenews:45ab70e7$0$5727$9b4e6d93(a)newsspool3.arcor-online.net...
>
>
>
> > Tim Roberts schrieb:
> >> Holger Schönstedt <holger.schoenst...(a)arcor.de> wrote:
> >>> I build BDA drivers with the newWDKbuild 6000. I use a batch file to
> >>> set environmentals and calling theWDKsetenv.bat and the build utility.
> >>> My batch file is called from Visual Studio 6.
>
> >>> I want to use the (bsc) browse informations. The setenv is called with
> >>> bscmake and w.r.t. this NO_BROWSE_FILE is not set.
>
> >> But are you settingBROWSER_INFO?  That's the key thing that triggers
> >> browse creation.
>
> >> However, I don't think that's changed since 3790...
>
> > Thanks Tim for the hint to setBROWSER_INFO. For a DDK build I set this
> > one in the sources file. But with theWDKI got a BLD1007 error, so I
> > removed it and never found something in the documentation that I must set
> > this. So now I set it in my build batch and all works fine and the browse
> > info is generated.
>
> > THX- 隐藏被引用文字 -- 显示引用的文字 -