Sign In
Nothing ventured, nothing gained
[insert pretentious in-joke here]
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
blobs.bin
grayscale
manifestcache
servicing
upc
update
Archive
Archives
July 2009
(3)
January 2009
(1)
September 2008
(1)
January 2007
(1)
April 2006
(1)
January 2006
(3)
December 2005
(1)
September 2005
(1)
August 2004
(2)
July 2004
(1)
MSDN Blogs
>
Nothing ventured, nothing gained
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nothing ventured, nothing gained
Super-sharpening(?) the image
Posted
over 3 years ago
by
jonwis
0
Comments
I may have forgotten to mention it, but my expertise is not in image processing. The people who know better will likely tsk mightily at this and upcoming posts. My apologies. =) Last time got me a b&w-converted version of a picture, but didn...
Nothing ventured, nothing gained
Converting an Image (well, Bitmap really) to Grayscale
Posted
over 3 years ago
by
jonwis
0
Comments
First thought – convert the picture to greyscale and increase the contrast to help any kind of edge-detection work. Some searching found me Bob Powell's handy guide to increasing contrast and converting to grayscale via ColorMatrix. With Wikipedia...
Nothing ventured, nothing gained
Voyage of the S.S. UPC Scanner
Posted
over 3 years ago
by
jonwis
0
Comments
I got this silly idea in my head last week that I’d take my brand-new high-def handheld video camera and use it to produce a catalog of books, DVDs, etc. that are lying around the house. Simple premise – turn on the camera and wave games, DVDs,...
Nothing ventured, nothing gained
What's winsxs\manifestcache\(something)_blobs.bin?
Posted
over 3 years ago
by
jonwis
0
Comments
Glenn writes: "What is the c:\windows\winsxs\manifestcache\6.0.6001.18000_001c50b5_blobs.bin file and why is it taking up 156Mb on my hard drive? Do I really need a file this big?" That file is used by the Windows Update mechanisms in Vista....
Nothing ventured, nothing gained
Shipping default values in the registry
Posted
over 4 years ago
by
jonwis
0
Comments
Recently, someone asked about how their code should work if a certain configuration setting was missing from the registry. The responses were mixed. One suggested checking the value of RegQueryValue. Another suggested that the missing value should cause...
Nothing ventured, nothing gained
Deleting from the WinSxS directory
Posted
over 5 years ago
by
jonwis
1
Comments
In Windows Vista, the directory %windir%\WinSxS has much stronger protection on it than it did in Windows XP and Server 2003. The owner/group is now a SID named "Trusted Installer", a service SID used to start the TrustedInstaller service. Users other...
Nothing ventured, nothing gained
On-demand multhreaded critical section creation
Posted
over 6 years ago
by
jonwis
0
Comments
A question came up on an internal newsgroup recently - "How do I do on-demand initialization of critical sections in a multithread-aware library?" The asker didn't have an explicit Initialize function in which his critical section could be created, and...
Nothing ventured, nothing gained
DLLs and resource ID 2 manifests
Posted
over 6 years ago
by
jonwis
0
Comments
Manifests at resource ID 2 help simplify the lives of DLL authors who want to consume side-by-side components via static imports. Just before processing your DLL's static imports and calling its entrypoint, the loader will create and activate an activation...
Nothing ventured, nothing gained
C++ object for activating and Deactivating Contexts
Posted
over 6 years ago
by
jonwis
0
Comments
As explained earlier , the activation context system is implemented as a per-thread (or per-fiber) stack. Activating a context pushes the context onto the stack, deactivating it pops it from the stack. To ensure that the same sequence of pushes and pops...
Nothing ventured, nothing gained
Fixing Activation Context Pollution
Posted
over 6 years ago
by
jonwis
0
Comments
As the number of apps in the world that use side-by-side activation (as a result of depending on the new Visual C++ Runtime v8.0) increases, providers of callable code (libraries, control packs, whatever) may start seeing odd and potentially unexpected...
Nothing ventured, nothing gained
What's that awful directory name under Windows\WinSxS?
Posted
over 7 years ago
by
jonwis
2
Comments
As the Visual C++ Runtimes version 8.0 is now a side-by-side component, you may have seen what looks like an unreasonably complexly named path from which parts of the CRT are loaded. "Golly, what can they possibly be thinking - creating a directory whose...
Nothing ventured, nothing gained
Making an MSM from whole cloth – Series Intro
Posted
over 7 years ago
by
jonwis
0
Comments
Not too long ago, I was asked to provide a set of merge modules for an external team. The restriction was that they could accept an exe whose output was the merge module in question, and it had to generate stable – based on the content – component IDs...
Nothing ventured, nothing gained
Desiging Datastructures for Longevity
Posted
over 8 years ago
by
jonwis
1
Comments
One of the more problematic areas of long-lived software is the versioning and updating of shared structures. As improvements come to a package, it's inevitable that you'll have to add more fields to a structure. Your structure today may contain two pointers...
Nothing ventured, nothing gained
Registration-free applications and components
Posted
over 8 years ago
by
jonwis
4
Comments
An area of new technology in Windows XP and Windows Server 2003 that didn't get nearly enough coverage is the ability to write applications and components that take full advantage of COM without actually registering anything on the target system. Apps...
Nothing ventured, nothing gained
Intro
Posted
over 8 years ago
by
jonwis
6
Comments
Howdy - I'm a software design engineer at Microsoft, in the Windows core technologies group. My work involves isolating applications, components, and the operating system from each other. I don't have much original or interesting to say, but by gum -...
Page 1 of 1 (15 items)