i would like to know for VB6
the best free ware which will compile and build the project
to distributable .Exe file along with other necessary files .
so that my work can able to work on windows OS.
Printable View
i would like to know for VB6
the best free ware which will compile and build the project
to distributable .Exe file along with other necessary files .
so that my work can able to work on windows OS.
File > Make (ProjectName).exe
Happy Distributing!
That is not enough, one has to make an installer for an application to be able to distribute it.Quote:
Originally Posted by t0rk3y
Of course project.exe will execute but
i would like to know any programme which will create .DLL files as good as VB p&d wizard.
i am having one SSE SETUP soft ware which is doing fine for installation even only for .exe file but as i stated above it is not making .DLL files. my project , frm , bas , & others folders are being placed as it is into program files hence endangering any one may........ it.
hence any help please....
Creating .DLL files is not the same as making an installer, what exactly do you want? To compile a .dll or to distribute an application?
i want to distribute a application with all additional components like Activex controls,add ins, etc , and project is encrypted and compiled .
i am not much aware of .DLL and .Bat files creation.