Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Class not registered
#1
I'm trying to use a typelib but it keeps giving me the error "Class not registered" any tips on what can be?
 
Code:
Copy      Help
typelib clInetSuiteX9 {B74F475D-F382-4924-8F1A-92661CD1229D} 9.0

IntGetFile("https://www.quickmacros.com/" str'html)

clInetSuiteX9.clHtmlParser h._create
clInetSuiteX9.IclHtmlTagList t._create("{3A888882-CFEF-4B25-B287-8929F18D4ADD}")

h.Parse(html)

t = h.Links

int i
for i 0 t.Count
,out t.Item(i)
The typelib:
https://pixeldrain.com/u/MmYayBWU


Messages In This Thread
Class not registered - by marktech - 03-10-2022, 08:27 PM
RE: Class not registered - by redbull2k - 03-12-2022, 02:04 AM
RE: Class not registered - by Kevin - 03-12-2022, 04:12 AM
RE: Class not registered - by marktech - 03-12-2022, 11:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)