Using Visual Studio 2017 and Visual COBOL 4.
I'm experimenting with the windowing syntax based on AcuCOBOL-GT which is supposedly supported in Visual COBOL. I placed the $SET preprocess"window1" directive as in the MF documentation and added a simple DISPLAY WINDOW statement to the Procedure Division..
Visual COBOL gives me an error 'COBCH0053 Directive PREPROCESS invalid or not allowed here'.



