Link to home
Start Free TrialLog in
Avatar of fbk2000
fbk2000

asked on

VB6 DLLs in Dellphi

I made a DLL in VB6 to use in a delphi project.  It seems that when I make a change to the DLL in VB and recompile, I must also re-import the type library in the Delphi project or it won't work.  Am I doing something wrong?  I thought the point of DLLs was so that you would only have to recompile the DLL if it was changed.  Is there a way around this?
Avatar of xr1140
xr1140


here`s some info ... don`t mind the title, read the "Explicit Linking" paragraph http://www.drbob42.com/delphi/headconv.htm
ASKER CERTIFIED SOLUTION
Avatar of Lukasz Zielinski
Lukasz Zielinski
Flag of Poland image

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
>xr1140
fbk2000 is talking about COM DLLs (VB by default creates COMs) this has nothing to do with loading "classic" libraries

ziolko.