Home All Groups Group Topic Archive Search About
Author
4 Feb 2006 9:39 AM
R-M
Hi

I am working with VB6 and I use a user-defined DLL in my project. now I 
have some regularly changes in my DLL which makes me to refer to it in my 
project again and recompile my project too. how can have my new DLL 
without refering to it again via my project.
I would be grateful if somebody help me with this issue.
Thanks in advance.

M R

Author
4 Feb 2006 4:31 PM
Veign
Need to read up on Binary Compatibility:
http://www.vbsight.com/BinaryComp.htm

And check out ComGuard:
http://www.vbsight.com/ComGuard.htm

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
--


Show quoteHide quote
<R> wrote in message news:ops4fzrxqxmw7tkz@system109.parskhazar.net...
> Hi
>
> I am working with VB6 and I use a user-defined DLL in my project. now I
> have some regularly changes in my DLL which makes me to refer to it in my
> project again and recompile my project too. how can have my new DLL
> without refering to it again via my project.
> I would be grateful if somebody help me with this issue.
> Thanks in advance.
>
> M R
Author
5 Feb 2006 12:01 AM
Richard Jalbert
On Sat, 04 Feb 2006 13:09:23 +0330, R-M <R> wrote:

>Hi
>
>I am working with VB6 and I use a user-defined DLL in my project. now I 
>have some regularly changes in my DLL which makes me to refer to it in my 
>project again and recompile my project too. how can have my new DLL 
>without refering to it again via my project.
>I would be grateful if somebody help me with this issue.
>Thanks in advance.
>
>M R

Keep track of changes by using SourceSafe (I know, crappy...but it
worked fine for us fro 6 years) to keep track of versions.
It allows recuperating older versions for backward compatibility
testing.

**********************************************************************
Richm***@sympatico.ca

Dog thinks: they feed me, they take care of me: they are gods.
Cat thinks: they feed me, they take care of me: I am god.
http://www3.sympatico.ca/richmann/
http://www.geocities.com/richmannsoft/
**********************************************************************