I am creating a dll in VB to be used in a C program. What do I need to do on the VB side to make sure that the functions are visible to the C application.

How do I load the library, and declare the functions in C so that I can call them.

Thanks for any help.

-Mark