fr...@ggdata.no wrote: >Does a VBX compile into a Delphi EXE-file so that the VBX itself doesn't have to be distributed with the EXE-file? What about VCLs,does >they have to be distributed with the Delphi EXE-file?
>Regards >Frank Johannessen
Nope. It stays separate just as a DLL would.
Lloyd <Borland>
Reg Tyle
Delphi Developer
Sun, 19 Apr 1998 03:00:00 GMT
Re:A {*word*218} from a newcomer...
Quote
>Does a VBX compile into a Delphi EXE-file so that the VBX itself doesn't have
to be distributed with the EXE-file? What about VCLs,does
Quote
>they have to be distributed with the Delphi EXE-file?
>Regards >Frank Johannessen
The VBX does not compile into the EXE but all of the VCL's do. If you use a VBX in your delphi system, you must supply the VBX DLL when you distribute the programs.