Re: Question about installations
- From: "Michael C" <mculley@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Jun 2005 13:30:41 +1000
"Les" <vb4@xxxxxxxxxxx> wrote in message
news:elYp92reFHA.1136@xxxxxxxxxxxxxxxxxxxxxxx
> Hi Larry,
>
> Thx for your input. Just to make sure there isnt any misunderstanding all
> I
> have done in my code was increased the array size from 60,000 to 200,000.
> I
> dont discount the need to always test but in this case it would be
> difficult
> to get on site where the program has been running for a few years. Larry
> if
> all I did was changed the array size in 3 arrays is it possible that the
> direct replacement of the exe could cause problems?? I just dont know
> enough about the details of what exaclty happens under the hood of the
> compiled pkg.
What the problem will be is if something that your exe depends on has been
updated. If you originally compiled in in vb6 with service pack 1 but you've
since updated vb to service pack 6, then when you put the exe on the
customers computer they will only have the vb runtimes for service pack 1
and your exe will fail.
The way to test is to get a spare machine and give it a fresh install of
win95 or 98, install your original app and then copy the new exe over. If it
works then you're ok.
Michael
.
- References:
- Question about installations
- From: Les
- Re: Question about installations
- From: Larry Serflaten
- Re: Question about installations
- From: Les
- Question about installations
- Prev by Date: Re: Question about installations
- Next by Date: Re: question(s) about declaring variables
- Previous by thread: Re: Question about installations
- Next by thread: Rich Client Talking to DB on Web Server
- Index(es):
Relevant Pages
|