Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with DLL & OCX when exporting VB programs

Status
Not open for further replies.

yorom

Programmer
Sep 17, 2002
7
FR
hi
i made a program (VB6) for a school using databases and when i try to use it on their computers it always misses files (dll or ocx). so i copy them in windows/system directory... Will it end one day ? is there a way to "compile" all the dll and ocx files used by VB and my program so it can work on other computers (win98 , winME or WinXP) without VB installed on it ?
thanks for your help
rom the french lost programmer...
 
Use an installer. There is the built-in Packaging and Deployment wizard.
You can also get Installer fromn Microsoft - see:

There are also several freeware/share/commercial installers out there. Let me know if this helps
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
 
thanks for your help john but the Packaging Wizard in VB6 shows me an error at the end of the installation of Setup.exe (and then i have no other choice but cancel install) :

ACTION: PrivateFile: "C:\Program Files\Projet4\Manoir.exe"

ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM\RICHTX32.OCX"

ACTION: DllSelfRegister: "C:\Program Files\Fichiers communs\ss32x25.ocx"

*** Error: the file 'C:\WINDOWS\TEMP\msftqws.pdw\$(DLLSelfRegisterEx)' can't be written because it doesn't exists.
*** Error: (User answered 'OK'.)

 
do a Keyword search (top of page) in this forum for "DLLSelfRegisterEx"

I got 7 hits including thread222-187412
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top