I'm writing a script engine system consisting of a virtual machine (or finite state machine) component, a compiler(s) component and a "security" component (that is an anti-virus component to scan scripts). All of these components need to use functions and procedures from two (or more)...
Anyone know how to fix this?
I'm writing a script engine component and I want it to use functions and procedures stored in an external unit called STXInternalTools. I have defined STXInternalTools in the script engine unit (STXScript) unit's uses clause, but functions residing in the...
This problem probably seem dull to many, but in my case it's important to get through in one way or another - it has to do with obtaining an HWND pointer to a control in order to enable use of FindControl(Handle: HWND). To explain this, let's look at what I'm trying to do... I'm writing a script...
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.