Possible Duplicate:
Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic.
Basically, im just searchign for uPnP devices using the uPNPDeviceFinder classes .FindByType method, .FindByUDN works, but FindByType gives an error:
VB6 gives a compile error when I attempt to call the method:
Function or interface marked as restricted, or the function
uses an Automation type not supported in Visual Basic.
i have no idea what this even means or why i am getting it. I am referencing and using the upnp.dll file as found in yoru system32 directory - when i reference and use this in VS2010 (say, vb.net) it all works and no issues are found, but in VB6, i get the error above, any ideas anyone? thanks.