export a function when creating a DLL in VB 
Author Message
 export a function when creating a DLL in VB

hi
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?

/konrad



Sun, 22 Sep 2002 03:00:00 GMT  
 export a function when creating a DLL in VB
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.

- Jim



Quote:
> hi
> 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?

> /konrad

Sent via Deja.com http://www.deja.com/
Before you buy.


Sun, 22 Sep 2002 03:00:00 GMT  
 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?



Sun, 22 Sep 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. export a function when creating a DLL in VB

2. Exporting functions from VB5 created DLLs.

3. creating a callback function in c++ dll to callback a VB function in an exe

4. How to export function in a VB DLL

5. Declaring VB DLL Function for Export

6. How to: export function from VB DLL?

7. Problem of VB calling DLL function exported with __declspec(dllexport) in VC++

8. How to: export function from VB DLL?

9. DLL C Function Export for VB

10. How to Create a VB5 DLL and use it in other VB/VC++ function

11. Create Win32API Exported Functions w/ VB5!

12. Create Win32API Exported Functions w/ VB5!

 

 
Powered by phpBB® Forum Software