
export a function when creating a DLL in VB
And the long answer is that it can be done, but it's either going to cost
you, or it's a big pain.
For some information on some of the third-party solutions (and some outdated
information on my project to do it for free), you might want to take a look
at...
http://www.fullspectrum.com/deeth/programming/vbdll.html
MM
Quote:
>This has been covered a few times before. Do a search in this news
>group on DLLs. The short answer to your question is that it can't be
>done.
...
>> iam makeing a DLL.
>> i need to export some of the functions sothat other applications may
>use
>> the functions.
>> i know this can be done in C++ by adding keyword before or after the
>> function declaration.
>> but, how do i acomplish this in VB?