Re: DCOMCNFG for CE.NET is a library not an exe?

From: John Spaith [MS] (jspaith_at_ONLINE.microsoft.com)
Date: 11/30/04


Date: Mon, 29 Nov 2004 16:20:50 -0800

The actual command line build is only the first stage of the build process.
This gets c files -> obj files and then obj -> libs. The next stage is
turning the lib -> exe/dll in the sysgen phase.

The cmd line you're looking for here is 'sysgen -p dcom dcomcnfg' to get the
EXE. It should be copied to your flatreleasedir automatically if you have
WINCEREL=1 env variable set in your cmd window.

-- 
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Check out the new CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights 
reserved.
"Mike" <Mike@discussions.microsoft.com> wrote in message 
news:D5AD31EF-2BAE-4C8F-A53C-0CFBC7534D51@microsoft.com...
> The PB 4.2 documentation says the DCOMCNFG utility equivalent for CE is
> provided in the DCOM samples section. I tried building it from the cmdline 
> in
> PB4.2 but it ends up building a library not an exe.  How do I get an exe 
> so
> that I can set my access for DCOM?
>
> Mike
>