-
When making r3dfox, one of the somewhat minor issues that still bothers me is that the new jumplist backend always causes a crash after a minute or less on Windows 7, even if VxKex is used. For me thi…
-
### Is there an existing issue for this feature request?
- [X] I have searched the existing issues
### Is your feature request related to a problem?
I posted this on [issue 811](https://github.com/…
-
We could replace `%` string formatting with f-strings wherever applicable, as was done in #654.
For details on f-string syntax, refer to the [Python official documentation](https://docs.python.org/…
-
Interfaces and dependent types can currently be shared through common crates between COM client and server.
CLSID is defined through `#[com_class(..)]` attribute, which exists only in the COM serve…
-
Noticed that `CLSID_FileOpenDialog` is missing which is located in `ShObjIdl_core.h`.
Looked at some others in there as well which was also missing, so it might be the whole thing?
-
I am working with a com library provided by a third party.
If I run in the python interpreter
```
>>> fac_client = CreateObject("CxFac.FacClient")
------------------------------------------------…
-
I’m trying to instantiate a 3rd party com object \(Bloomberg’s blpapicom2.Session.1\), which works fine via:
win32com.client.Dispatch \(‘blpapicom2.Session.1’\)
Except for the fact that it retur…
-
Good time of day! In my telemetry project i use OPCDA-server of SOFREL_Lacroix.
OPCDA-server:
IP:192.168.88.251
User: OPC
Screenshot below.
![ClsID](https://user-images.githubusercontent.com/77…
-
Hello there, i'd like to report that neither DSOAL nor Creative Alchemy are working on Windows 11. Almost like dsound.dll isn't being loaded at all. I've already modified the registry with the followi…
-
There are two ways a program could get information about a COM server:
- Registry
- Manifest and RegFree activation contexts
If an activation context is active this information has to be preferr…