How to make standalone vb6 program?
Hi there!
Normally it seems that every vb 6 compiled exe file requires atleast MSVBVM60.DLL in Windows system folder, but what if i need to make exe file which can run without requiring this dll file.
i'll be highly thankful in this regards.
thanx
:D
Re: How to make standalone vb6 program?
Quote:
Originally posted by yaardilbar
Hi there!
Normally it seems that every vb 6 compiled exe file requires atleast MSVBVM60.DLL in Windows system folder, but what if i need to make exe file which can run without requiring this dll file.
i'll be highly thankful in this regards.
thanx
:D
Yes you can make standalone applications in Vb6. The outcome is a large compressed exe file. You will need to download Stand Alone Xpress. What it does is look at your program and determine what librarys your program needs to run and binds them to the exe. Look at the website above for more details on how it works.