Re: Private Code Tree

From: K. S. Huang (ks_huang_at_AlphaNetworks.com_remove.this)
Date: 09/29/04


Date: Wed, 29 Sep 2004 16:19:09 +0800

Here is some hacking for this...
You could write your own wrapper coredll.dll and implement all of the
function export by coredl.
Mean while rename the original coredll to some other name, for example the
coredll.org.
Then your wrapper coredll.dll will redirect all of the APIs call into the
coredll.org except the GetVersionEx.

The main issue of this hack is
1) the overhead of every API calls
2) it is very inextricable to write such a wrapper coredll.

"Kursad" <Kursad@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D
:31901302-23E2-4DE3-9869-0E425D9A5945@microsoft.com...
> Hi,
> If I want to include my version information in a build, can I modify
> GetVersionEx function in the COREOS directory in the private tree? I am
> planning to modify the szCSDVersion member of the OSVERSIONINFO. I'm using
CE
> .Net 4.2. I am not sure about this but I think the licensing might be a
> problem, is that correct?
> Thanks a lot,
>