0
votes
1answer
13 views
any command line com port query tools?
ok folks, heres my dilemma i want to make a chat program that uses sms as its base engine.. to do this i need to communicate with my gsm phone via bluetooth attached to com 7 on my …
1
vote
2answers
64 views
What are dispinterface declarations used for?
When you create a type library in Delphi and create an interface and the associated CoClass, Delphi also creates matching dispinterface declarations.
My understanding is that thes …
0
votes
3answers
39 views
is DISPID_VALUE reliable for invokes on IDispatchs from scripts?
Continuing from this question, i am confused wether DISPID_VALUE on IDispatch::Invoke() for script functions and properties (JavaScript in my case) can be considered standard and …
0
votes
2answers
45 views
How to convert _bstr_t to CString
I have a _bstr_t variable bstrErr and I am having a CString variable csError. How do I set the value which come in bstrErr to csError?
4
votes
1answer
34 views
Is it possible that C# has problems calling VB6 methods that have optional parameters?
I added 3 optional boolean parameters to a method found within a VB6 DLL. The class that houses it is MultiUse (public), and the method itself is Private. The class implements a sp …
1
vote
2answers
23 views
How to tell if I’m leaking IMalloc memory?
I'd like to just know if there is a well-established standard way to ensure that one's process doesn't leak COM based resources (such as IMalloc'd objects)?
Take the following cod …
1
vote
4answers
35 views
COM Interop registration problem
I have a .net assembly which I am exposing to com.
the assembly has two public interfaces and one public class.
When I build the assembly I get this warning.
"(assemblyName.dll) …
0
votes
1answer
14 views
How to get real bullet positions in MS PowerPoint 2003
Hi, guys.
I'm working on PowerPoint 2003 presentation conversion into some format, and I'm confused very much at one moment. Really, I can't understand what I'm doing wrong for al …
3
votes
1answer
33 views
Best way to port MFC COM Server to Managed code
Hi all,
I am working on an application suite comprising of multiple Automation servers written using MFC and this is legacy code. These apps inter communicate via COM interfaces a …
2
votes
2answers
49 views
How to access an indexed property on a COM object from Powershell
I'm using Powershell to talk to the Windows 7 task scheduler service via COM through the Task Scheduler 2.0 interfaces (e.g. ITaskDefinition). I want to pull out a particular trigg …
0
votes
1answer
23 views
Vista and out-of-process COM server
I'm having a hell of a time trying to figure out user privilidges and security settings on Vista. The situation is this:
I have a 32 bit C++ application that acts as an out-of-pro …
1
vote
1answer
61 views
scriptable objects in internet explorer content plugin
While there are many guides for Browser Helper Objects, i have a hard time finding resources on how to implement scriptable objects (i.e. besides the main control) for content plug …
0
votes
0answers
21 views
how to use ocx file in .net
i registers the ocx and add the refresher under com now
i have a reference to the name spaces and the classes
VERSION 5.00
Begin VB.UserControl webRequest
ClientHeight = …
1
vote
3answers
72 views
Is there a viable counterpart to DCOM in .NET?
I know .net has WCF, which I believe was touted as the replacement for COM when it was codenamed Indigo(?) - but is it actually suitable for use in a .NET app, providing the same f …
1
vote
2answers
41 views
.Net framework version and COM objects
We have an MFC applcation EXE that hosts COM objects which are the main parts of the application, this is so we can dymanically build in more functionality. Lately new code has bee …
