|
-
August 5th, 2001, 09:46 AM
#1
VB6 Compiled or Interpreted?
Is vb6 compiled or interpreted thats all i need to know =)
-
August 5th, 2001, 10:14 AM
#2
Re: VB6 Compiled or Interpreted?
VB 6 is compiled into what is called p-code. p-code is a lanuguage that is much closer to machine code than VB. However the p-code is then interpreted. So it is sort of a hybrid. However, the runtime dlls are compiled. So when calling many built in functions the functions are in machine code so net effect is the tokenized p-code runs lots of compiled routines
Craig
-
August 5th, 2001, 10:29 AM
#3
Re: VB6 Compiled or Interpreted?
Thanks just what i needed!
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
|