cksiow
June 6th, 2000, 02:18 AM
How can we link the VB runtime statically. i.e. add all the require library to the .EXE file ?
|
Click to See Complete Forum and Search --> : How to link VB runtime library statically cksiow June 6th, 2000, 02:18 AM How can we link the VB runtime statically. i.e. add all the require library to the .EXE file ? Crazy D June 6th, 2000, 04:13 AM FAQ # 1... Basically you can't. There's a toold Fusion or something (search previous posts...) which kinda compresses the runtime and puts it in the exe, but it's not real static linking. So, the answer is No. Crazy D :-) "One ring rules them all" codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |