What is the difference between P-Code and Native Code compiling??
What is the difference between P-Code and Native Code compiling??
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)
Re: What is the difference between P-Code and Native Code compiling??
So it's better to use Native Code compiling? Right?