Hi there,
This may seem to be a bit confused, but I need a VB DLL that I can call from my BCBuilder++ application. I tried to construct one with Visual Studio 2005 Visual Basic, but since I don't know any Visual Basic, this task is quite daunting, especially since finding info about creating VB DLL's is worse than looking for hens teeth.

Basically, the dll can do anything, as long as I can get some evidence that my call to the internal function/procedure/subroutine succeeded.

Thanks a lot,
Anton Botes

Recommended Answers

All 3 Replies

if i understand you right you dont know how to make a vb dll?

you just need to make a 'class library' project, and that will compile as a dll

if i understand you right you dont know how to make a vb dll?

you just need to make a 'class library' project, and that will compile as a dll

I have done that, but the dll shows no exports. I need exports to call from BCBuilder++.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.