My program is currently 980mb is there any way i can make this smaller?

Recommended Answers

All 2 Replies

My program is currently 980mb is there any way i can make this smaller?

What is it that your program does? Is it a game, where you are using a whole bunch of images, and if so, what is their format? Is this a zipped file, we are talking about, or the program uncompressed? Another thing, that helpes a little, is making certain that you don't have any unused functions, forms, and modules that are in your program, but are not being referenced and used. The same applies to tools (controls) that are not in use.

My program is currently 980mb is there any way i can make this smaller?

Hi,
In addition to all suggestions, If you can avoid using memo fields, alpha, pictures objects and just use numeric fields.

Hope it help.

NewVBguy

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.