Women in Technology

Hear us Roar



Article:
  Creating a Windows DLL with Visual Basic
Subject:   Passing strings to a DLL in VB 6.0
Date:   2006-06-29 10:42:14
From:   sunnyrock75
I am trying to pass a string to a standard Windows DLL I have created for my application following Ron Petrusha's article. Can anyone help me out on this issue, as I am little lost right now. Thanks!
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Passing strings to a DLL in VB 6.0
    2006-06-29 11:05:42  sunnyrock75 [View]

    I realized that one the previous posts answered my question. I am also trying to return an array of double datatype (which is what the function returns in the DLL) from the DLL. How does one receive and read the data from the array in the calling program? Would be great if someone can help me out on this problem. Thanks!