Re: Support for Global Interface Table (GIT)
- From: "John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 5 Jan 2007 09:06:11 -0800
I believe that WinCE supports this. There's a problem though where the
registry we're providing doesn't have the CLSID defined however, so you'll
need to setup HKLM\CLSID\<CLSID_StdGlobalInterfaceTable...> so that it is
setup right. (Or if it's in the registry I'm totally missing it.) My
apologies for you having to do this, this isn't the first time that a non
frequently used CLSID in the guts of COM didn't get setup in reg.
Additionally, make sure your device has DCOM (you don't need remoting DCOM
though) installed in the 1s place, since COM is big time componentized and I
wouldn't want you wasting cycles on that. This is unrelated to registry
issue above, just a precaution.
http://blogs.msdn.com/cenet/archive/2005/04/27/412600.aspx
http://blogs.msdn.com/cenet/archive/2006/11/29/dcom-demystified-kindof-on-ce-6.aspx
Because CLSID_StdGlobalInterfaceTable isn't in our reg, be aware it's never
been tested from an app directly calling it as you want to. It should just
work though, this code is straight ported from desktop without a ton of
changes for CE.
Please let me know if this ends up working for you.
--
John Spaith
Development Lead, Windows CE
Microsoft Corporation
Check out the 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. © 2006 Microsoft Corporation. All rights
reserved.
"John E Katich" <jekatich@xxxxxxx> wrote in message
news:e7od6hEMHHA.4912@xxxxxxxxxxxxxxxxxxxxxxx
Does anybody know if WCE supports the Global Interface Table.
I get a "Class not registered" executing:
CoCreateInstance(CLSID_StdGlobalInterfaceTable...)
If not, what is available under WCE to marshal interfaces across threads.
Thanks in advance.
JEK
.
- Follow-Ups:
- Re: Support for Global Interface Table (GIT)
- From: John E Katich
- Re: Support for Global Interface Table (GIT)
- References:
- Support for Global Interface Table (GIT)
- From: John E Katich
- Support for Global Interface Table (GIT)
- Prev by Date: Support for Global Interface Table (GIT)
- Next by Date: Re: Owner-Draw Button
- Previous by thread: Support for Global Interface Table (GIT)
- Next by thread: Re: Support for Global Interface Table (GIT)
- Index(es):