[Help] How to enlarge exe file

wongtakming

Newbie
Joined
Feb 14, 2012
Messages
19
Reaction score
2
I just curious that are there any method to enlarge exe file.

I have tried to code in vb, I tried to embed some video or file in it, but due to the "out of memory" problem, the maximum size of the exe file is around 50mb.

are there any solution to it??
 
You should make few DLL with resources in or simply ZIP necessary files and unizp it at software start.
You can eventually crypt the ZIP to avoid manual unzip (...).

Beny
 
Back
Top