
DLL's: Distribution/Copying MFC programs to another computer
Quote:
> Marcus:
> If you have the standard (learning edition) of VC you are not allowed to
> distribute the application.
> If you have the professional or enterprise edition then it is possible
> to link statically to MFC. If you do this you may not have to distribute
> any additional files.
> This is a controversial issue, but IMO sstatic linking is the way to go.
> HTH,
> David Wilkinson
And in addition, should you select to link dynamically, it is not just a
question of copying DLLs to the target system. You must use a dependency
walker or know the exact DLLs, as well as install them with appropriate
version checking. You might want to try InstallShield, Wise or any other
installer to help you with this.
Johan Rosengren
Responsable Informatique
PACTA S.A.
Quote:
> ==============
> > Assume I have written a MFC program. Now I want to copy
> > this program to another WInNT4.0 system.
> > Which DLL's are necessary to run this program ?
> > Read: which DLL's are MFC specific and need to be
> > distributed/attached in addition to my actual *.exe program ?
> > Bye
> > Marcus
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.