Installed Program will not function properly 
Author Message
 Installed Program will not function properly

I wrote a program in VB6.  Tested the program before compiling and it works
great.  When I create  distribution disks and run the install program,  the
program hangs while doing a function that worked just fine inside VB6.
I did run the install on the development machine and had the same problem.
The install works fine but hangs while doing a function.  Does anybody have
any ideas?

Thanks



Sat, 02 Aug 2003 17:06:01 GMT  
 Installed Program will not function properly
need more information. maybe you didn't add a dependent file to your
distribution.

Regards,
SmAc


Quote:
> I wrote a program in VB6.  Tested the program before compiling and it
works
> great.  When I create  distribution disks and run the install program,
the
> program hangs while doing a function that worked just fine inside VB6.
> I did run the install on the development machine and had the same problem.
> The install works fine but hangs while doing a function.  Does anybody
have
> any ideas?

> Thanks



Sat, 02 Aug 2003 20:56:40 GMT  
 Installed Program will not function properly
always doubleclick the .exe file after you've written it out from
the IDE.
make sure to test it properly before using it in creating
the distribution package.

if the program works within vb's IDE and not outside you must
debug it on the outside, and that means (repeatedly) inserting
message boxes and print statements to pinpoint the location and
indentify the cause.

peete

Quote:

> I wrote a program in VB6.  Tested the program before compiling and it works
> great.  When I create  distribution disks and run the install program,  the
> program hangs while doing a function that worked just fine inside VB6.
> I did run the install on the development machine and had the same problem.
> The install works fine but hangs while doing a function.  Does anybody have
> any ideas?

> Thanks



Sat, 02 Aug 2003 23:36:06 GMT  
 Installed Program will not function properly
Let me clairfy, it was a long day during the last post.

I am using VB6 SP4,
Program works great inside VB6
If I create a exe, and use the exe program, it will hang while reading in a
file even on the developement machine.
I tried making Distribution disks, made sure all reference files were
included, install works good.
Program will hang on reading in a file.  Tried on multiple machines.

I just got a new computer half way through the development of the program.
Old machine was a P3 1000 Hz with W2k. Program worked then but I have added
more code and moved to the new machine.
New machine is a P4 1.3 MHz with W ME.
No error messages are displayed but the graphics freeze on the file open
dialog box after I select a file.

Thanks for the help


Quote:
> need more information. maybe you didn't add a dependent file to your
> distribution.

> Regards,
> SmAc



> > I wrote a program in VB6.  Tested the program before compiling and it
> works
> > great.  When I create  distribution disks and run the install program,
> the
> > program hangs while doing a function that worked just fine inside VB6.
> > I did run the install on the development machine and had the same
problem.
> > The install works fine but hangs while doing a function.  Does anybody
> have
> > any ideas?

> > Thanks



Sun, 03 Aug 2003 12:04:20 GMT  
 Installed Program will not function properly
Einstein,
paste the source code that is reading in the file maybe something will be
stand out.

Makka


Quote:
> Let me clairfy, it was a long day during the last post.

> I am using VB6 SP4,
> Program works great inside VB6
> If I create a exe, and use the exe program, it will hang while reading in
a
> file even on the developement machine.
> I tried making Distribution disks, made sure all reference files were
> included, install works good.
> Program will hang on reading in a file.  Tried on multiple machines.

> I just got a new computer half way through the development of the program.
> Old machine was a P3 1000 Hz with W2k. Program worked then but I have
added
> more code and moved to the new machine.
> New machine is a P4 1.3 MHz with W ME.
> No error messages are displayed but the graphics freeze on the file open
> dialog box after I select a file.

> Thanks for the help



> > need more information. maybe you didn't add a dependent file to your
> > distribution.

> > Regards,
> > SmAc



> > > I wrote a program in VB6.  Tested the program before compiling and it
> > works
> > > great.  When I create  distribution disks and run the install program,
> > the
> > > program hangs while doing a function that worked just fine inside VB6.
> > > I did run the install on the development machine and had the same
> problem.
> > > The install works fine but hangs while doing a function.  Does anybody
> > have
> > > any ideas?

> > > Thanks



Wed, 06 Aug 2003 21:36:46 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. DLL not installing properly

2. Problem: VB 4.0 did not install properly

3. COMPONENT NOT PROPERLY INSTALLED error.

4. Installing VB6, will not register crystl32.ocx properly

5. Begintrans method of Connection object does not function properly in .Net

6. DragOver does not function properly

7. IsDate function not working properly

8. VBGrid "Locked" property not functioning properly

9. shaddtorecentdocs not functioning properly

10. Program does not shut down properly...

11. Program does not exit properly

12. Form size not properly remembered on program startup?!?

 

 
Powered by phpBB® Forum Software