When compiling my exe how do i compile all
the dll's needed to run it into the exe?
Printable View
When compiling my exe how do i compile all
the dll's needed to run it into the exe?
In VB you can not put all the dll and AX files in the exe.You should use some other app that will make the exe and the runtime files like one exe file.
You can use Fusion
http://www.bit-arts.com/
thanks