Kbase P4562: Trying to start a compiled procedure returns a 4438 error.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/10/2002 |
|
Solution ID: P4562
SYMPTOM(s):
Trying to run a compiled procedure.
Program <program-name> was compiled under another incompatible display environment. Cannot run without recompile. (4438)
CAUSE:
A program that uses frames was compiled under one windowing system (for example GUI Windows) and run under another (for example TTY). R-code, with user interface components in it, is only portable within the same windowing system. A procedure file is portable across windowing systems, but separate r-code files need to be produced for each system.
FIX:
Start a session in the relevant windowing environment (TTY or GUI) and compile the program there -- that is, compile TTY programs in a TTY environment, GUI in a GUI environment.