Mailing List Archive

VC++ 6.0 exe file sizes
Any VC++ gurus out there help with a problem I'm getting building the
python.exe file with VC++ 6.0 & win95 osr2. My hd has 4k clusters.

No matter what optimisations etc I do the python.exe seems to come out
as 16384. I reckon it should be around 5k like the 1.5.2 distributed
version (which I think is built using VC++ 5.x).

I see this particular problem, but what about all the other bits of exe
code etc?
--
Robin Becker
VC++ 6.0 exe file sizes [ In reply to ]
On Thu, 15 Jul 1999 19:20:05 +0100, Robin Becker
<robin@jessikat.demon.co.uk> wrote:

>Any VC++ gurus out there help with a problem I'm getting building the
>python.exe file with VC++ 6.0 & win95 osr2. My hd has 4k clusters.
>
>No matter what optimisations etc I do the python.exe seems to come out
>as 16384. I reckon it should be around 5k like the 1.5.2 distributed
>version (which I think is built using VC++ 5.x).
>
>I see this particular problem, but what about all the other bits of exe
>code etc?
>--
>Robin Becker

You actually got it to compile? Each time I tried, I got an error
message close to "MASSIVE COMPILER ERROR". I tried updating to VS SP3
without any luck. Did you happen to encounter this problem?
--
James "Jimmy" Wilson
Software Engineer
Acxiom Corporation
ADN Development
E-Mail: jiwils@acxiom.com
VC++ 6.0 exe file sizes [ In reply to ]
I can get the sources to compile the 1.5.2 without any problems, or any
changes.
Configuration: VC++6.0 + SP3 on NT4 Server + SP5.

Martin

James "Jimmy" Wilson <jiwils@acxiom.com> wrote in message
news:37981400.1980005@news.cswnet.com...
> On Thu, 15 Jul 1999 19:20:05 +0100, Robin Becker
> <robin@jessikat.demon.co.uk> wrote:
>
> >Any VC++ gurus out there help with a problem I'm getting building the
> >python.exe file with VC++ 6.0 & win95 osr2. My hd has 4k clusters.
> >
> >No matter what optimisations etc I do the python.exe seems to come out
> >as 16384. I reckon it should be around 5k like the 1.5.2 distributed
> >version (which I think is built using VC++ 5.x).
> >
> >I see this particular problem, but what about all the other bits of exe
> >code etc?
> >--
> >Robin Becker
>
> You actually got it to compile? Each time I tried, I got an error
> message close to "MASSIVE COMPILER ERROR". I tried updating to VS SP3
> without any luck. Did you happen to encounter this problem?
> --
> James "Jimmy" Wilson
> Software Engineer
> Acxiom Corporation
> ADN Development
> E-Mail: jiwils@acxiom.com
VC++ 6.0 exe file sizes [ In reply to ]
In article <7nacj7$ge1$1@newsin-1.starnet.net>, Martin Bertolino
<martinb@talx.com.no.spam> writes
....
what size for the distibution pythom.exe what size for your version?
--
Robin Becker