Automatic creation of task window

!compat create_wintask

Automatic creation of wintask window


SYNTAX

!compat create_wintask = 3

This declaration causes the main task window wintask to be created automatically when a program loads even if it has been defined as –window wintask. This was the behaviour in programs compiled or run with versions of Sculptor earlier than 4.2.

Programs compiled and run with Version 4.2 or later do not create wintask automatically in these circumstances. The declaration is only necessary if backward compatibility is required.

The declaration !compat create_wintask = 3 is contained (commented out) in the standard include file $SCULPTOR/include/local.h (which is itself included in $SCULPTOR/include/sculptor.h.) To use the declaration, remove the comment marks.