I have created and ActiveX dll in VB, how would I make a reference to it in VC++ so that I my use it's propertys and methods
Any advice would be great
Printable View
I have created and ActiveX dll in VB, how would I make a reference to it in VC++ so that I my use it's propertys and methods
Any advice would be great
look into COM ;) Component Object Model i believe it stands for.
And don't forget that it's damn hard.