|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
**User-difined DLL**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 Need to read up on Binary Compatibility:
http://www.vbsight.com/BinaryComp.htm And check out ComGuard: http://www.vbsight.com/ComGuard.htm -- Show quoteHide quoteChris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp Veign's Blog http://www.veign.com/blog -- <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 On Sat, 04 Feb 2006 13:09:23 +0330, R-M <R> wrote:
>Hi Keep track of changes by using SourceSafe (I know, crappy...but it> >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 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/ ********************************************************************** |
|||||||||||||||||||||||