Hello sorry for the Noob question. I'm using Claude AI and AHK v2, attempting to determine what folders are currently open in DOpus. It is trying to access it as a ComObject(). The IDs it is using are:
; Array of possible COM identifiers
comIDs := [
"GPSoftware.DOpus.12",
"GPSoftware.DOpus",
"DOpus.Application",
"DOpus.Application.12"
]
I keep getting the error "Invalid Class String." I believe DO is correctly installed (I used the installer; Win 10). It is running in the background, and the AHK v2 script is running as 'Admin.'
Do you guys know, is there some setting in DOpus 13 Pro that needs to be enabled? Is there a different string I should use as the ID?