CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    What is the difference between P-Code and Native Code compiling??

    What is the difference between P-Code and Native Code compiling??


  2. #2
    Join Date
    Dec 1999
    Location
    Tel Aviv, Israel, Earth, Solar System
    Posts
    50

    Re: What is the difference between P-Code and Native Code compiling??

    Well, what I know about the difference between P-Code & Native is that P-Code is MUCH closer to the old basic interpreter system (VERY SLOW)and the Native is (almost) real machine code like the one VC++ makes and it permits modification of optimization settings. . . (there is not a single cause to use P-Code). Hope it helps.

    Jean Spector
    Tech Support Team Leader, CET
    [email protected]
    (in VB from 11/1999)

  3. #3
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: What is the difference between P-Code and Native Code compiling??

    So it's better to use Native Code compiling? Right?


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