View Single Post
  #5  
Old 07-19-2002, 13:30
BorJa
 
Posts: n/a
Angry P-code

P-code, or pseudo code, is an intermediate step between the high-level instructions in your Basic program and the low-level native code your computer's processor executes. At run time, Visual Basic translates each p-code statement to native code. By compiling directly to native code format, you eliminate the intermediate p-code step.

see:
hxxp://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconcompilingyourprojecttonativecode.asp

Last edited by BorJa; 07-19-2002 at 13:33.
Reply With Quote