Pretty much me either (my verison is a couple out of date).
thanks,
mm
>> xxxxx@microsoft.com 2007-05-04 00:00 >>>
I like the vi emulation
…but that is constant throughout all the
releases. I thought the newer versions would help with refactoring,
but
that requires compiling within the editor, something that I can’t do
b/c
of our build environment. I am not a power user, so there are
probably
features I could use, but I don’t…so probably nothing useful to me
since v9.
d
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Martin O’Brien
Sent: Thursday, May 03, 2007 8:26 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] How to build Browser Information for driver with
WDK 6000?
Commendably impartial, Doron. I had been intending to look in to
upgrading, but hadn’t got around to it yet (probably not in a couple
versions). Personally, I gave up on Intellisense back in my
CodeWright
days. While I really liked CodeWright, in particular the ability to
modify the source in satisfying but totally unnecessary ways (my
favorite was color coding matching nested parentheses), its behavior
in
this are was downright pathalogical. To VisualStudio’s credit, it is
the only (C/C++) editor that I have used that actually works correctly
in this area; nothing else I have used even comes close, at least in
my
experience, but I just can’t deal with the rest of it. It too has
gottten slower, and slower and slower, and the last time I looked at
the
procedure for extending it I said no thanks. If they could fix this
and
change the project tree so that it would allow you to (easily) create
multiple folders with the same name at different levels in the same
project, I would be a very satisfied customer. Unfortunately, both of
these issues have existed since my first version of SlickEdit (and
CodeWright for that matter, before Borland ran it in to the ground).
Leaving out intellisense, are there significant new features that you
do like?
mm
>> xxxxx@microsoft.com 2007-05-03 18:46 >>>
Having used VSE for nearly 10 years, I completely agree…although I
wish I didn’t upgrade to the latest version
(v11). Compare to v9, v11 is a dog and completely unresponsive when
pushing tags or trying to do "intellisense"ish type matching (so much
to
the point that I had to turn it off, while in previous versions I
could
leave it on). If you can get pre v11 version, I would do that 
D
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Martin O’Brien
Sent: Thursday, May 03, 2007 3:38 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] How to build Browser Information for driver with
WDK 6000?
I haven’t been following this thread very closely, so this is just an
offhand suggestion for an alternative to paying whatever it costs
these
days for Visual Studio ($1000???). If you’re stuck and unwilling to
pay
or at least pay immediately, you might want download a trial of
SlickEdit. I’ve used it for maybe four years (and CodeWright for six
more before that, which SlickEdit largely emulates), and, considering
only editing capabilities, I find it incomparably more enjoyable than
VS. To be clear, it offers nothing other than a very complete editor
package, at least compared to Windows editors (I’ve never used vi, for
example, and I don’t want to start the thread debating this); in
particular, it doesn’t have a debugger, Code Wizards, et. c. Salient
to
this thread, it offers its own tag/symbol/reference management (in
addition to be able to use BSC files (allegedly, at least)). Although
SlickEdit’s CodeSense/auto-completion/member lookup facilities can go
haywire periodically (just rebuild the tag file), it has two very nice
features. The first is that you don’t need to build anything before
browsing works, and the second is that this (depending on what you
are
doing) can speed up build times for impatient people like me. It
offers
keyboard emulations for everything common, so the learning curve is
remarkably shallow. It has a ton of features, runs on Windows, OS X,
and a number of UNICIES, and is fully functional and free for thirty
days.
I just went to the website to get a download link, and, unfortunately,
the price seems to have doubled. It’s now $284.00, which, if you like
it, doesn’t even chart. However, if one of the limited versions of VS
(express?) will work, then the price may not be attractive.
Just something to consider.
http://www.slickedit.com/content/view/409/239/
mm
>> xxxxx@upek.com 2007-05-03 17:59 >>>
I hope once somebody responsible for WDK distribution realizes it is
silly to not include this tool and will add it. I guess whole point to
add compiler to the WDK was to make 3rd party drivers more stable and
reliable. BSC info allows better orientation in the code, especially
when based on WDK samples, which in turn leads to better productivity
and code quality. I can hardly imagine to work without it and return
to
searching or how one examines code without a browser.
The answer you got is something I’d expect in a Dilbert strip…
Best regards,
Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]
From:
xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com
]
on behalf of Roddy, Mark[SMTP:xxxxx@stratus.com]
Reply To: Windows System Software Devs Interest List
Sent: Thursday, May 03, 2007 8:52 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] How to build Browser Information for driver
with WDK 6000?
I raised this issue years ago when the DDK team did such a great job
with getting the toolset (well almost the toolset) into the DDK. The
answer was something about how this one utility would ruin the VS
revenue stream, or something to that effect. It seems that if we all
had
bscmake in the DDK none of us would ever buy VS. Who knew? I’ve
never
heard a good explanation for why it was held out.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michal
Vodicka
Sent: Thursday, May 03, 2007 12:14 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] How to build Browser Information for driver
with
WDK 6000?
-
set BROWSER_INFO=1 in the environment (not in SOURCES)
-
call setenv.bat with “bscmake” parameter (like setenv
x:\winddk\6000
chk WLH bscmake)
-
make sure bscmake.exe is available for build. This is the hardest
step because for some strange reasons bscmake tool isn’t included in
the
WDK installation. You can use the latest version from VS8
installation;
VS7.1 should work as well. The problem are CRT DLLs; if you simply
copy
bscmake.exe to the directory with WDK compiler, it may not work
because
is linked against different DLL versions (I encountered this problem
in
the past). In this case you can add the directory with bscmake.exe
to
the PATH but make sure it is after WDK paths. Or copy it with
appropriate runtime to the separate directory and this directory to
the
PATH.
With WDK 6000 bscmake.exe 8.00.50727.42 from VS 8.0 works for me
(msvcr80.dll version in the bin\x86 directory is 8.00.50727.198). I
simply copied it there.
Saying this I’d really like to know reason why such a basic tool
isn’t
included in the WDK. The argument you need VS to use BSC database is
moot because MS provides a DLL which allows to access BSC info and
some
programmers editors use it.
Best regards,
Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]
> ----------
> From:
xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com
] on behalf of Grabelkovsky,
Michael[SMTP:Michael.Grabelkovsky@ca.com]
> Reply To: Windows System Software Devs Interest List
> Sent: Thursday, May 03, 2007 5:27 PM
> To: Windows System Software Devs Interest List
> Subject: [ntdev] How to build Browser Information for driver
with
WDK 6000?
>
> I transmit my project on WDK 6000.
> The problem: I can’t build browser information.
>
> I plaid with SOURCES keys BROWSERFILE, BROWSER_INFO,
> USER_ENV_BROWSER_INFO, went through Internet and Documentation.
> It is seen such as these options are not working form 6000
version.

>
> How to build Browser Information for driver with WDK 6000?
>
> Thanks for Help,
> Michael.
> >
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
>
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer