2

I understand the difference between CIL and code running in X++, but what is the correct technical term for code not running in the CIL? And what about these other ones?

"It will run correctly in [what term], but not when executing in CIL?"

"Code running in interop"...does this mean in CIL?

"Code compiled to p-code"...?

Any other misc terms I'm missing?

William YK
  • 1,025
  • 12
  • 26

1 Answers1

1

Client and server (when not in CIL) runs P-Code.

Matej
  • 7,517
  • 2
  • 36
  • 45