Results 1 to 3 of 3

Thread: vb compiler?

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 1999
    Posts
    56

    Post

    Why can't VB use a system like C++ for the runtime libraries and such where we Include them into our program? When we run the program from within the compiler, it could still be interpreted with DLL's that contain all these runtime routines. The routines in the DLL's could also be in individual files for us to include and when we compile, only the routines we use in our program would be added. I don't really understand how a compiler works so what I described might sound crazy. Why wouldn't it work? Could someone explain how the compiler works?

  2. #2
    Lively Member *Super Sniper*'s Avatar
    Join Date
    Jan 2000
    Location
    Portland, OR
    Posts
    81

    Post

    The answer to why you can't include the runtime dll's in your program: Microsoft felt like being dumb so they didn't put that feacture in.
    Website

    Send an e-mail to [email protected] to get a sample of my games.

    1. Hardware: The parts of a computer system that can be kicked.
    2. f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
    3. Bad command or file name. Go stand in the corner.
    4. Never trust a computer you can't throw out the window.

  3. #3
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    yeah, how does a compiler work?
    it must parse the code into separate words.. then what?

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