Hello,
Anyone can help me to build a C dll for vbasic ?
I know how to write and compile a dll with C/C++ compiler but only
for simple function.

Thank's

Recommended Answers

All 3 Replies

If you know a bit of vbasic, why don't you write and compile a dll in vbasic? It is really easy. Instead of opening an activeX exe project you can open an activeX dll project instead and start implementing your solution.

You could also write your dll in C++ and call it from vb. That is the power and convenience of ActiveX or COM technologies

Hello,
Anyone can help me to build a C dll for vbasic ?
I know how to write and compile a dll with C/C++ compiler but only
for simple function.

Thank's

Hello,
I have an application written in C, it's impossible for me to translate it
to Vbasic, so for this reason I try to put this application in dll to call it same as vbasic procedure!

Hi,

May be this may help u..

Place the dll in application path(working folder) and Try To register ur dll with "regasm"

Regards
Veena

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.