Re: DLL not dynamic?
From: Jezebel (dwarves_at_heaven.com.kr)
Date: 08/05/04
- Next message: Jim Carlock: "Re: how do i close an app that has no forms?"
- Previous message: Michael Culley: "Re: Show previous instance?"
- In reply to: Klist Smith: "DLL not dynamic?"
- Next in thread: Klist Smith: "Re: DLL not dynamic?"
- Reply: Klist Smith: "Re: DLL not dynamic?"
- Reply: Klist Smith: "Re: DLL not dynamic?"
- Messages sorted by: [ date ] [ thread ]
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"?
>
- Next message: Jim Carlock: "Re: how do i close an app that has no forms?"
- Previous message: Michael Culley: "Re: Show previous instance?"
- In reply to: Klist Smith: "DLL not dynamic?"
- Next in thread: Klist Smith: "Re: DLL not dynamic?"
- Reply: Klist Smith: "Re: DLL not dynamic?"
- Reply: Klist Smith: "Re: DLL not dynamic?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|