kokim Posted September 7, 2022 Share Posted September 7, 2022 (edited) Is it possible to use UL from VBScript? Tried the following in VBScript but received an error: Set daqInf = CreateObject("MccDaq.ErrorInfo") invDev = daqInf.GetRevision(r1,r2) Error: 438 - Object doesn't support this property or method: 'daqInf.GetRevision' MccDaq.dll has been registered using regasm.exe /codebase. Thank you. Edited September 7, 2022 by kokim typo Link to comment Share on other sites More sharing options...
0 Jeffrey Posted September 7, 2022 Share Posted September 7, 2022 Hello @kokim, Sorry no, VBScript is not supported by the Universal Library. UL supported languages are: VB6 VB.NET C#.NET C/C++ Python Other IDEs may work however they have not been tested and are not supported. Regards, Jeffrey Link to comment Share on other sites More sharing options...
Question
kokim
Is it possible to use UL from VBScript? Tried the following in VBScript but received an error:
Set daqInf = CreateObject("MccDaq.ErrorInfo")
invDev = daqInf.GetRevision(r1,r2)
Error: 438 - Object doesn't support this property or method: 'daqInf.GetRevision'
MccDaq.dll has been registered using regasm.exe /codebase.
Thank you.
Edited by kokimtypo
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now