Hi Experts,
How to find external object reference (dll, third party exe, services etc) is there or not for a PB application.
Thanks,
S.Deva
Hi Experts,
How to find external object reference (dll, third party exe, services etc) is there or not for a PB application.
Thanks,
S.Deva
- For external function declarations, I suggest instead searching for "library " (the word library with a trailing space included).
- If the app runs other programs, search for "run(" (or "run (" depending on the coding style used) if the PowerScript Run function is used to execute them.
- If the app uses OLE to interface with OLE server applications such as Excel or Outlook, search for the PowerScript function names that begin with "connectto".