Re: Source of EXE Size



Dan Johnson wrote:
>
> My VB6 executable file has significantly increased in size ....

Since when?

> ...and I'm having a
> difficult time figuring out where the increase is coming from.

What you added/changed since the above???


> any tools out there that would help in analyzing what controls, etc. make up
> the size of an executable file?
....

Since virtually everything is packed in DLLs these days, it's not simple
to look at overal object file sizes or library functions. I'm not
aware of a facility to determine the object size of "stuff", but that
doesn't mean there is something.

I think I'd concentrate on the first question, though, followed by
"what's the problem?" Is load time excessive, are you running out of
memory, just curious, ... ?
.