I designed a project in vb6 and ms-access and reports in crystal report9.t isworking fine.and i made exe when i run this exe file in other pc where crystal repot9 software is not installed it gives me error some dll is missing i am not able to get what shuld e added can anyone pleae help and tell what exactly should be done
exe problem
Collapse
X
-
Originally posted by charviI designed a project in vb6 and ms-access and reports in crystal report9.t isworking fine.and i made exe when i run this exe file in other pc where crystal repot9 software is not installed it gives me error some dll is missing i am not able to get what shuld e added can anyone pleae help and tell what exactly should be done
If you dont know how to write an Setup program, you can use an ultility that was given in Microsoft Visual Studio (called Package & Deploy Wizard). If have more mony, you can buy a third-party setup ultility (e.x: Install Shield, or Setup Factory) -
I ave not used deployment option.i just used fromfile option write thesefiles to exe ecause the projecthas tobe tested by two or threeusers before making a sftware.s cant we only convert it n to ex and ren in other machies.pls help i get run ime eror lik no deendency files.can any ne hel me i detailComment
-
Originally posted by charviI ave not used deployment option.i just used fromfile option write thesefiles to exe ecause the projecthas tobe tested by two or threeusers before making a sftware.s cant we only convert it n to ex and ren in other machies.pls help i get run ime eror lik no deendency files.can any ne hel me i detail
Hi charvi,
I'm confused with your english.. But you could use Inno Setup for deployment just include all dll and ocx file...and its free ^^
Better Than Yesterday (-.-)Comment
-
Originally posted by charviI ave not used deployment option.i just used fromfile option write thesefiles to exe ecause the projecthas tobe tested by two or threeusers before making a sftware.s cant we only convert it n to ex and ren in other machies.pls help i get run ime eror lik no deendency files.can any ne hel me i detail
From the Load Behavior:
Check Loaded/Unloaded
Check Load on Startup
Click OK.
Now you can use the Package and Deployment Wizard to make a setup package for your program : )
Rey SeanComment
Comment