Announcement

Collapse
No announcement yet.

Calling DLL

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Calling DLL

    How can I call a dll function that returns it's value in a passed by reference parameter?

  • #2
    Re: Calling DLL

    It is not possible to pass by reference (pointer) using SUF's Call DLL Function action. For that level of flexibility I would reccomend that you make an executable that calls the DLL. You could then have SUF just call the executable.

    - Brett

    Comment

    Working...
    X