compiling my project down...
i have never tried to do this before, and i rekon its going to be [Edited by MartinLiss][difficult]!
how can i go about getting my compiled project to run on any computer?
i am using the msflexgrid control, calendar control and DAO 3.6, which i assume will have to be included somehow?
Re: compiling my project down...
You need to use the magical search button up the top right and search for installation.
Theres loads of programs to do it for you, even one which comes with VB6 called Package & Deployment wizard(which Ive never used). Installshield, Inno loads of others. Just search, then come back if you have specific problems.
edit: check this out
http://www.vbforums.com/showthread.p...loyment+wizard
Re: compiling my project down...
i suggest you use inno setup to create your installer and include every file that your application is dependent on and install it to other pcs
Re: compiling my project down...
Thread moved (and edited for content).