Versioning of COM interfaces
Sun, 4 Jun 2006 21:41:18 -0400
I'm not sure what the appropriate things to change are in terms of
versioning when you update your COM server.
I've added a couple new interfaces to my COM classes. I tried to update my
version from 1.0 to 1.1, but when I did VBScripts could no longer create my
object (I have an out-of-proc COM server). V ...
|
Probable BSTR problem
Sun, 4 Jun 2006 11:15:25 +0200
Hello group i am trying to create a little com client of a COM component
used to get, set, invoke values/method on a hardware RAID card. I believe
the COM component is sucessfully used by a Raid array management utility.
there is no tlb for this client, so i fetched the IDL with oleview and used
MIDL to mak ...
|
Specify Version when loading a Component by it's CLSID
Thu, 1 Jun 2006 11:17:23 +0200
Hi everybody!
Scenario: I'm developing a Tool (AddIn via COM) by using C# (with all the
COM - Attributes). Making the hosting application (witch is Visual Studio)
to "know" my tool is done via the Registry. I have to create a well known
key and have to specifiy the CLSID of the AddIn Class.
The tool we ...
|
how to test difference made by MIDL /robust
Tue, 30 May 2006 10:22:48 +0530
Hi ,
I am new to writing COM objects and am required to make COM objects whose
IDLs are compiled with MIDL "/robust" switch .
I am also required to write a client that tests the difference made due to
the use of the "/robust" flag.
I have written a simple component using ATL ( DLL) and I compiled the
proje ...
|
CreateInstance
25 May 2006 10:36:08 -0700
Hi,
I have an exe com. I have two questions.
1. After I create an instance:
IXserverPtr _pServer;
_pServer.CreateInstance(CLSID_Xserver);
Do I need to release like this _pServer.Release() ?
2. Do I need CoInitialize(NULL) before CreateInstance? Why it still
works if I don't have CoInitil ...
|
Cannot use enumeration values from type libraries.
Wed, 24 May 2006 17:17:02 +0200
Hello newsgroup,
my question is about the MIDL-compiler. I want to import a type library
into my own library, but I can't use any of the imported enumeration values.
The base library looks like this:
[
uuid(6A7B3B27-AE89-4255-8BEF-8B937FDD788B),
version(1.0)
]
library TestBaseLibrary
{
impo ...
|
Earn up to 1000 $ per month only for reading your Mails!!!!!!!!
Tue, 23 May 2006 16:03:54 +0200
...
|
|
|
Again RPC Server unavailable with DCOM client-server
22 May 2006 07:57:43 -0700
Hi all,
I have to machines on the same domain:
Server: Win 2003 Server
Client: Win 2000 Professional
On both of them DCOM is enabled and i set Everything to Everyone for
our service on the server.
I'm using a DOMAIN user that is admin on both the machines
Everytime I CoCreateInstanceEx from the client to th ...
|
dcomcnfg.exe help
Wed, 10 May 2006 10:22:48 +0200
Hello,
can someone suggest goot documentation and help about dcomcfg.exe?
or what else do i need for dcom configuration ? (performance, security, hot
to get it to work...)
--
mit freundlichen Gren/best regards
mario semo
...
|
Encryption algorithm for RPC_C_AUTHN_LEVEL_PKT_PRIVACY
Thu, 4 May 2006 19:05:49 +0530
Hi,
What's the default encryption algo used with the authentication level
of RPC_C_AUTHN_LEVEL_PKT_PRIVACY. Does it vary with the Auth Service?
TIA,
Ajey
...
|