| Article: |
Creating a Windows DLL with Visual Basic | |
| Subject: | Arrays in DLL | |
| Date: | 2007-06-19 07:01:20 | |
| From: | pontiveros | |
|
Hi,
|
||
Showing messages 1 through 1 of 1.
-
Arrays in DLL
2007-11-19 15:35:06 Ivanmp [View]
I solved this problem declaring the array as empty (public myarray() as single) in the module and initializing it with redim when needed. Thanks for the article and the comments, they have been really helpful! (Excuse my english).


