|
-
Feb 25th, 2000, 01:15 PM
#1
Thread Starter
Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|