Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
144 views

I have a Component Service Application which values need to be retrieved by a powershell script, I've managed to get some configurations like the Pooling & Recycling values with the following ...
Eduardo Medina's user avatar
2 votes
1 answer
489 views

I'm currently learning about Component Object Model (COM) and found myself a little bit confused about Interfaces. Got several questions: 1.- Is there any difference between a pointer to a Class and a ...
Irwin Enrique Villalobos López's user avatar
0 votes
1 answer
81 views

My d3d11 c++ code produces warning for live COM objects that I never initialized. my code: #define _INCLUDE_LIBS__ #include "stdafx.h" #define WINDOW_NAME L"main window" #define ...
unicus's user avatar
  • 41
0 votes
1 answer
91 views

When I'm using the Microsoft Office VB Editor, looking in the Object Browser I can see a section that lists a set of classes and methods that can be invoked without qualifying with a class name or ...
S Bullen's user avatar
0 votes
1 answer
212 views

I'm trying to capture Video frames from USB Video Device(UVC) using DirectShow. Actually comparing Media Foundation with DirectShow because I'm seeing around 11 milliseconds buffering when using Media ...
Vinay's user avatar
  • 151
0 votes
1 answer
235 views

I am using OpenDSS with C++ to run power flow. I have established a COM interface from C++ to OpenDSS. In the documentation of OpenDSS, it says that the list of bus names can be obtained by a function ...
armanib's user avatar
  • 15
0 votes
0 answers
29 views

I have a third-party ArcMap extension (codes not available) is SomeException. This extension implements the IExtension, IExtensionConfig, IPersistVariant and ICustomInterface interfaces I'm calling ...
uvgen's user avatar
  • 1
1 vote
1 answer
143 views

We have an old large 32bit C++ application (created with Borland C++ Builder 5) on its memory limits. We would like to have it call modules written in C# that reside in another process. With .NET 6, ...
JSpot's user avatar
  • 572
0 votes
0 answers
208 views

I have an old MFC/ATL appilcation that was originally developed in Visual Studio 2002 (Win XP). It works perfectly in Windows 7 and older but can't run in Windows 10 because I get internal app error ...
MarkF's user avatar
  • 1
1 vote
1 answer
2k views

I have a .NET framework 4.8 assembly that supports COM, it has a typelib. I tried to add it as a COM reference to my .NET 8.0 assembly, but got this error: C:\Program Files\Microsoft Visual Studio\...
johnsphere's user avatar
1 vote
3 answers
233 views

I'm writing a console application that scans a directory for files and uploads the data in them to a database. The files are a proprietary type that require a specific library that requires the ...
Zachary Mollohan's user avatar
0 votes
1 answer
123 views

I have an old Pascal/Delphi application (#1) that is registered with Windows. It is a COM component executable. I also have another old Delphi app (#2) that calls that COM component, having wrapped ...
Sean Anderson's user avatar
0 votes
0 answers
95 views

Durning the start of explorer.exe, it loads twinui.dll, which has a COM+ class Immersive Settings Cache(A919EA73-490E-4D5C-9BA7-97CBC73119FE). It implements: IImmersiveSettingsCache ...
Andrei Golubkov's user avatar
0 votes
1 answer
105 views

I would like to display the current enum[field].name for any given effect that has an enum property. My code results in hr = 0x88990029, the specified property does not exist. Is my property full name ...
Sempai-Dami1's user avatar
0 votes
1 answer
540 views

I have successfully accessed many different Aspen Plus variables through COM interface using Python (win32com), but failed to do so for the following variable, using the same command. AspenPlus.Tree....
Shu Pan's user avatar
  • 325
3 votes
0 answers
158 views

I have a 32 bit DLL that I need to register with windows (i.e. register all public classes from it) to be used with COM. The DLL is supposed to be deployed using a .msi installer built with Wix4. In ...
mBazzal's user avatar
  • 31
0 votes
1 answer
799 views

I am using WebView2 and I want to cerate an ICoreWebView2EnvironmentOptions object to pass it to CreateCoreWebView2EnvironmentWithOptions My current code is: CComPtr<ICoreWebView2EnvironmentOptions&...
xMRi's user avatar
  • 15.5k
0 votes
0 answers
291 views

I have a Python script which open and start measures in CANoe. It already opens CANoe but I get the COM error: Exception has occurred: com_error (-2147352567, 'Exception occurred.', (0, None, None, ...
user23057750's user avatar
0 votes
1 answer
121 views

SHORT VERSION: IID_PPV_ARGS() is not declared with wineg++. Is there a replacement? LONG VERSION: I'm trying to make a DX11 GUI with imgui. However, I'm on Linux and I don't have enough RAM to have ...
BadUsernameIdea's user avatar
0 votes
0 answers
50 views

`I've created a small demo program in .NET(version 4.8) Class Library that include few simple function that I'm utilizing in PHP using COM. This php file is also integrated as a WordPress plugin, and ...
Aryan Joshi's user avatar
1 vote
0 answers
110 views

Situation: open an MSACCESS report, output to PDF and download, using PHP: 1 - Initially I used the following approach that worked on my computer: try { // Create a COM object for Access ...
joao gomes's user avatar
0 votes
0 answers
87 views

I have a COM object for which I am trying to get the actual underlying address of, so I can get the address of the vtable. I need this to be a valid numerical address because I need to be able to add ...
Feem's user avatar
  • 396
0 votes
1 answer
451 views

I'm trying to use XAML Islands for WinUI 3 in a Win32 application. After creating a new Win32 Desktop application from the File -> New Projet wizard, and: Installing the latest versions of the ...
Litherum's user avatar
  • 23.4k
0 votes
1 answer
59 views

I am interested in the possibilities offered by the C# dynamic keyword, but I am facing unexpected issues. If I create a default .NET 4.8 template in Visual Studio 2022... This works: dynamic obj = ...
JBL's user avatar
  • 96
0 votes
1 answer
116 views

I am doing COM automation with a 3rd party library. When trying to access certain properties I need to use obj.get_Property() instead of obj.Property. This seems to be happening only for properties of ...
JBL's user avatar
  • 96

1
3 4
5
6 7
248