CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2001
    Posts
    6

    VB6 Compiled or Interpreted?

    Is vb6 compiled or interpreted thats all i need to know =)


  2. #2
    Join Date
    Jul 2001
    Location
    Utah USA
    Posts
    13

    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

  3. #3
    Join Date
    Jun 2001
    Posts
    6

    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
  •  





Click Here to Expand Forum to Full Width

Featured