Tagged Questions
2
votes
1answer
737 views
VB6 DLL takes callback as Integer, VB.NET requires delegate reference type
I have an issue with a third-party COM+ DLL meant to be used from VB6, where it has a function to set a Callback for a hardware event. However, I'm using VB.NET, and AddressOf now returns a reference ...