◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2442 p-code expression too complex for setjmp or Catch The setjmp function or Windows Catch function was included in a complicated expression in a p-code function. The setjmp and Catch functions can only be called from p-code with simple statements because these functions have a special meaning when called from the stack-based p-code interpreter. Simplify the statement containing the setjmp or Catch function call. -♦-