Calculus,
I've created a program that runs fine on my computer. the program contains a class that acts as a wrapper for extra. the program runs great but when it is installed on computer other than mine it fails. any sugestions?
if anyone's doing or going to do this i'd enjoy talking to you.
Set System = CreateObject("EXTRA.System")
slow and hard to use sometimes....
try pre-binding
Dim System As New ExtraSystem
fast and less-hard to use sometimes....
wont work for macros but fast for automation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.