Results 1 to 7 of 7

Thread: Microsoft, dumb?

  1. #1
    Guest

    Post

    I think microsoft should add the vbruntime dll's to windows so we dont have to include them in our programs. Why dont they?

  2. #2
    Fanatic Member HaxSoft's Avatar
    Join Date
    May 2000
    Location
    Ohio
    Posts
    593
    As a matter of fact, I think Microsoft did that with Windows 98. As far as I know, the VB6 run-time DLLs are included in Windows 98, 2nd Edition.

    But really, is it not more a question of "why have run-time DLLs at all?"

    Why can't Visual Basic compile stand-alone EXE files that do not need run-time DLLs? Visual C++ can do that. Instead of relying on the DLL file, the compiler would have to link a number of LIB files to the executable.

    It would mean slightly larger EXE files, but so what? The web is getting faster and disks are getting bigger.

  3. #3
    Guest
    I agree, but they are using them so they probably have a reason to. So they might as well include them with Windows.

  4. #4
    Guest

    HaxSoft

    I have Windows 98, and I don't think it came with any DLL's...

  5. #5
    New Member
    Join Date
    May 2000
    Posts
    6

    Cool

    It is indeed packed with Windows 98 SE, you just have to use CreateObject to reference to MS Windows Runtime Scripting, otherwise, add it to your VB project references.

    Shinned
    Email : [email protected]
    Home : http://www.geocities.com/shinned

    VB Ver : 6.0

  6. #6
    Guest
    Wait, i just checked and I do have the Runtime files!

  7. #7
    Fanatic Member HaxSoft's Avatar
    Join Date
    May 2000
    Location
    Ohio
    Posts
    593

    Talking

    Hi Megatron and Shinned

    OK, so they are at least included with Win 98 SE ... I wasn't 100% sure. How about Win 2000? Does anyone know if they are included there?

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