Skip to main content

Visual Studio CE 2022

Visual COBOL PE V8.0

Native code

I have an application using ACUCOBOL windowing functions ( $SET preprocess"window1"). When I run the program from within the IDE (Start without Debugging) instead of a well formatted output window showing the app's screen a full screen output window opens with the formatting of titles and input fields completely distorted and spread across the window.

I am unsure whether this is a VC issue or a VS issue. If the former is there a solution?

TIA

Visual Studio CE 2022

Visual COBOL PE V8.0

Native code

I have an application using ACUCOBOL windowing functions ( $SET preprocess"window1"). When I run the program from within the IDE (Start without Debugging) instead of a well formatted output window showing the app's screen a full screen output window opens with the formatting of titles and input fields completely distorted and spread across the window.

I am unsure whether this is a VC issue or a VS issue. If the former is there a solution?

TIA

It seems I need to set the dimensions of the Terminal. As a short term fix I've reverted to the Windows Console Host.