how can I add an external DLL on powerbuilder 10.5 and invocate its methods?
how can I add an external DLL on powerbuilder 10.5 and invocate its methods?
(OP)
hello pls, I have an external DLL , how to add and invocate its methods? thanks
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
how can I add an external DLL on powerbuilder 10.5 and invocate its methods?
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: how can I add an external DLL on powerbuilder 10.5 and invocate its methods?
You need to connect to it with a 'ConnectToNewObject' method call (look this up in PB help).
Then you call the methods which have been exposed (ie, public) on the object.
Matt
"Nature forges everything on the anvil of time"
www.anvil-of-time.com