Announcement

Collapse
No announcement yet.

DLL question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DLL question

    Hi

    I am writing a C++ DLL to interact with eSignal. I have gone through the forums and it is not clear to me:

    1. How one passes arrays to the DLL, The C++ function typically takes the first element of the array as an address to the array elements.

    2. How one processes structures (or classes or pointers) returned from the DLL.

    In essence, I want to pass an one or more arrays of values to the DLL and return one or more arrays of values from the DLL to the efs code for further processing.

    Any advice would be greatly appreciated. Thank you.

    Regards,
    Jane
Working...
X