|
-
Jul 18th, 2006, 04:26 AM
#2
Re: passing data to a dll
I would suggest to use the argument/property way.
using a file can lead to many more (File) errors and is easy to abuse by others.
A way to reduce the time to marshall is using an init function to pass
data: in a ; delimited string as 1 argument, using a variant to pass an array containing the neccesary data, or an object/class using late binding in your dll
 why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
for every question you ask provide an answer on another thread.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|