1
vote
3answers
620 views
What is the best way to access a serial port from VBA?
What is the best way to access a serial port from VBA?
I have a need for some of our sales reps to be able to send a simple string over the serial port from an action button in PowerPoint. I don't …
1
vote
1answer
143 views
Is there a way to tell whether two COM interface references point at the same instance?
Given two interface references obtained from different sources. Is there a programmatic way to tell whether they're implemented by the same instance?
A simple equality check of the interface …
0
votes
1answer
19 views
Error calling ctor of signed COM .Net DLL
Hi guys,
if've got a problem with a sigend .Net COM DLL and I try to call the ctor of this class in VB6 but it only works on my machine, but not on the other developer machines. The error is …
