Re: DLL not dynamic?

From: Jezebel (dwarves_at_heaven.com.kr)
Date: 08/05/04


Date: Thu, 5 Aug 2004 14:15:27 +1000

This is what "Version compatibility" is all about. Open your DLL project,
select project properties and go to the Component tab. You can maintain
compatibility between successive versions of your DLL (and thus avoid your
current problem) if you make no changes to the DLL's external properties and
methods.

"Klist Smith" <klistsmith@hotmail.com> wrote in message
news:4111ac15$1_1@news.tm.net.my...
> I have written a DLL (in VB6) for my VB6 program and declared it as
> below. "Public DLL_XXXX As New Class_XXXX"
>
> However, everytime I make changes to the DLL and then copy it to a
> testing machine, the main program will NOT work.
>
> I will need to go back to the main program, re-select the DLL in the
> Project > Reference section and then compile it again.
>
> Can anyone advise me why it is not "dynamically linked"?
>



Relevant Pages

  • GlobalMultiUse component breaks its compatibility !!!
    ... I have a component (ActiveX dll) with only one class in it. ... compiled, even though the binary compatibility is set, a new UUID is ... Public Property Let MyStringProp(ByVal vNewValue As String) ... Compile the project. ...
    (microsoft.public.vb.com)
  • Re: axdll / std exe proj group question
    ... I have a folder for binary compatibility ... .dll and unregistering/reregistering - I had no problem in this ... compatibility mode to binary compatibility, pointing to the copy in the ...
    (microsoft.public.vb.general.discussion)
  • Re: Binary Compatibility
    ... >I have solved the compatibility issue, what I found is that the order in ... > Dll. ... >> in IDL, then implement them in VB and VC respectively. ... >> Microsoft MVP, MCSD ...
    (microsoft.public.vc.atl)
  • Re: Why dll Form disappears immediately?
    ... > wow getting this ocx thing right is tricky. ... > I've been fighting the compatibility issue all night. ... your DLL working the way you need it? ... It also pays to build a test project to test the 'connections' before ...
    (microsoft.public.vb.general.discussion)
  • Re: compile dll with specific guid?
    ... > 1) Copy your dll project to another directory. ... > 4) Change compatibility over to binary or project. ... The only, and it is a big one, advantage I've found with Binary compatibiliy ... it it removes the need to almost always change the references within the VBA ...
    (microsoft.public.vb.general.discussion)