Hello LEAP people!
As I got LEAP64 to work with scripting I was trying to run a simple test script from Excel VBA. However, the simple start:
Sub LEAPTest()
Dim L As LEAPApplication
Set L = CreateObject("LEAP.LEAPApplication")
End Sub
... does not work. I get the run time error 429; "ActiveX component can't create object".
Googling this, it seems the LEAPApplication is no longer valid on 64-bit, despite my LEAP API reference is still a valid file. What can I do to fix this? My test script worked in 32-bit versions earlier.
Gregers
Update: When I try to run any of "Common scripts" in LEAP, these also fail, as soon as they have to read data from LEAP itself. I think the LEAP.Application is trying to reference the 32-bit LEAP maybe?
I get the error in LEAP for all of them as shown in the attachment