Subject: make exe file
Posted By: khandangoll Post Date: 10/7/2006 3:39:13 PM
Hi all of you.
I have a VB project.I used a Data Report in my project.My program work curectlly in my computer but it not work in another computer when I want to use Data Report.

Reply By: gbianchi Reply Date: 10/9/2006 8:55:17 AM
hi there..

maybe you can explain a little more what kind of problem you have???

did you received a runtime error?? an instalation error???

please explain all you can...

HTH

Gonzalo
Reply By: woodyz Reply Date: 10/9/2006 1:05:06 PM
It sounds like you need to create an install package.  All components and references that you use in your project also needs to be installed on the target machine.  

You can use the VB Package and Deployment wizard (which is an add-in for VB6), or a tool like Wise or InstallShield to do this.

You can also do this by hand using regsvr32.

There are a lot of details you must pay attention to, but it isn't very difficult for a typical small project.  There is plenty of info and directions for doing this on the internet.  Things can get very complicated on large, enterprise or commercial applications - but for a project like yours it is pretty straightforward.

I am assuming you are working in VB6.  If you are working in VB.NET then you can use the similar funtionality provided by Visual Studio.NET - in that case you add a Setup project to your solution and modify it as needed for your specifics.

Woody Z http://www.learntoprogramnow.com

Go to topic 50743

Return to index page 153
Return to index page 152
Return to index page 151
Return to index page 150
Return to index page 149
Return to index page 148
Return to index page 147
Return to index page 146
Return to index page 145
Return to index page 144