Article:
 |
|
Creating a Windows DLL with Visual Basic
|
| Subject: |
|
Passing strings to a DLL in VB 6.0 |
| Date: |
|
2006-06-29 11:05:42 |
| From: |
|
sunnyrock75
|
Response to: Passing strings to a DLL in VB 6.0
|
|
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! |