I'm working with a program that uses a VBA type scripting language at the moment. It has most of the functionality of normal VB, but is definitely missing many things. I would liken it to VB4. So, it does not support the "addressof" keyword.
I'm trying to use an API call (it does support declaring these) and need to pass the address of a function in the script.
Are there other, more difficult, ways of returning the address of a function, like perhaps with another API call?
How did you old schoolers do it before VB5 came out?
I'm trying to use an API call (it does support declaring these) and need to pass the address of a function in the script.
Are there other, more difficult, ways of returning the address of a function, like perhaps with another API call?
How did you old schoolers do it before VB5 came out?