Dear Forum,

Two days ago I converted a VB 4 program to VB 6 program in the VB 6 IDE. This program works well on the computer, where I have installed the VB 6 IDE. When I leave the program on a network driver and try to call it from a computer without the VB6 IDE, the following error window will prompt out: "Run-time" error '523': The data binding DLL, 'VB5DB.DLL', could not be loaded."
It seems that the empty computer is lack of some DLLs, which are already included in the VB 6 IDE.
Does anyone has an idea how to integrate the DLLs in that program? Or before man calls the program, he should first install some support VB 6 support packages on an empty computer?

Thanks in advance,