Link to home
Start Free TrialLog in
Avatar of smallwor
smallwor

asked on

Call DLL from VB in Delphi

How I Can call DLL (Form VB) in Delphi?
and now i use import Type  Libraly but i found problem  Class not register while click run program
Avatar of inthe
inthe

dunno bout the dll and for 10 points it coule be a while before anyone takes time to answer tat one ..

for the registering problem use regsvr32.exe in delphi bin directory ..

ASKER CERTIFIED SOLUTION
Avatar of florisb
florisb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of smallwor

ASKER

thank for your response  but
Do  I  use call DLL (create from VB) in Delphi as same as call DLL (create from Delphi)?  
if yes ... How I do?
yes you call in the same way.

First one thing: do you want to call some functions in the dll, or do you want to load it?

If it's a dll of a COM object, you should import it, or view it in the type library editor. The idl-code could be handy to.

what kind of dll is it? You could also send it to me and I'll make example code.

Floris.