Questions tagged [comobject]
200 questions
-1
votes
1 answer
Windows 10 >= 1809 issues with jacob and Word ComObject
we have an old legacy app which uses Java version 1.6 update 45 (jdk-6u45-windows-i586.exe) and Jacob.dll 1.8 (jacob_18.zip), and which cannot be updated :(
Everything was working fine till the latest Windows 10 1809 Update. Since then the comobject…

Stephan
- 335
- 3
- 12
-1
votes
1 answer
How to import Component Object Model (COM) in Java?
I have a COM object with extension .tlb. How do I import it in Java and use it in my code?

Kutti
- 486
- 1
- 6
- 17
-1
votes
1 answer
ATL is not working when migrating to Visual Studio 2015
I have a project which uses an ATL component to create pie charts. It's working fine in Visual Studio 2010 but when I migrate it to Visual Studio 2015, its not working or not instantiated. It's crashing at runtime
I have installed VS 2015 with the…
-2
votes
1 answer
I'm having an issue after I imported flask, anyone know whats up?
So I've imported flask into my project to support pywhatkit as it wouldn't work without it and I'm now getting this error:
Exception ignored on calling ctypes callback function: .call_with_this at…

LostRyft
- 1
-4
votes
2 answers
Effect of Deleting a com interface pointer
I am debugging a piece of code suspecting memory leaks in com objects. Structure of the code is something like below:
Some method:
Create a new instance of a com object into com smart ptr.
Get its interface pointer, Addref and add it to a…

Ron
- 24,175
- 8
- 56
- 97