Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can you force VB6 to use the DLLs and OCXs from the app directory?

Tags:

vb6

regfreecom

I want to put my dependent files in the app directory.

I seem to remember that you can force VB6 to use the files in the local directory only.

Any hints?

like image 958
Clay Nichols Avatar asked Dec 05 '08 20:12

Clay Nichols


People also ask

What is DLL in vb6?

A Dynamic Link Library (DDL) is a file that. contains compiled code. In this sense, it's like an executable. program (i.e., an EXE file), but there is one major difference: Once a DLL is installed and registered on a system, its code is.


1 Answers

You may also want to try setting up Reg-Free COM for your project. There's a freeware called Unattended Make My Manifest that will do most of the work for you.

like image 143
rpetrich Avatar answered Sep 19 '22 18:09

rpetrich