hi,

I have successfully created a dll in vc++ using ATL COM.
And i am able to add reference to it in VB.
However i am still unable to use the functions inside the dll.
How should i code my dll so that i can use the functions inside?
I do not wish to use "declare function"

Hope someone can help!

thank you!