CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Posts
    737

    How to link VB runtime library statically

    How can we link the VB runtime statically. i.e. add all the require library to the .EXE file ?


  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: How to link VB runtime library statically

    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"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured