Application | DLL | Size |
---|---|---|
Visual Basic | MSVBVM60.DLL | 1,352 Kb |
Visual C++ | Msvcrt.dll Msvcrt40.dll Mfc42.dll | 273 Kb 64 Kb 973 Kb |
C++ Builder | dll | 1,352 Kb |
However, the real problem with this is that there are several
versions of each dll.
The result is expected, loading your application can break
other applications already on the same machine.
Also, loading some other application can break your application.
(Welcome to
DLL hell.)
Borland Delphi is the exception, just copy the executables.
First you need to use the Package and Deployment Wizard. The help files tell you how excellant this wizard is and how it solves all kinds of problems. However, it does not tell you how to execute it!
VB6STKIT.DLL | 101 Kb |
COMCAT.DLL | 6 Kb |
STDOLE2.TLB | 18 Kb |
ASYCFILT.DLL | 145 Kb |
OLEPRO32.DLL | 161 Kb |
OLEAUT32.DLL | 585 Kb |
MSVBVM60.DLL | 1,376 Kb |
CopyToClipboard.exe 16 Kb ----- Distribution 1.46 Mb, 2.84 Mb for Support
More
App | Size | Distribution | Support |
---|---|---|---|
CopyToClipboard | 16 Kb | 1.46 Mb | 2.84 Mb |
CreateNewDirectory | 24 Kb | 1.46 Mb | 2.85 Mb |
Delphi
CopyToClip.exe | 165 Kb | No additional files needed for distribution |
CopyToClipboard.exe | 14 Kb | No additional files needed for distribution |
C++ Builder
Most applications require 2 dll's - aa and aa. If you set link .... then zz won't be required.