Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

Console window not scrolling with release version

jello9
Beginner
852 Views
I have a quickwin app in CVF 6.6B under Dev Studio that runs a console window for I/O. In the debug version, the window scrolls with the I/O automatically, but with the release the user must scroll the window to view the current I/O. This also happens in Visual C++. Any ideas on how to fix this besides using the debug executable?

Jane
0 Kudos
4 Replies
Steven_L_Intel1
Employee
852 Views
Are you sure there's a debug/release difference here? In my experience, QuickWin windows never scroll by themselves. See the QUICKWINTESTSCRL sample provided with CVF for code to cause a QuickWin window to automatically scroll.

Steve
0 Kudos
jello9
Beginner
852 Views
Positive. I didn't do anything different but change the config to release. I have a coworker who says he runs into this all of the time in Visual C++. He just uses his debug version of the executable. I thought there might be some setting in the workspace that needed to be adjusted. I guess not. Thanks for the info.

Jane
0 Kudos
jello9
Beginner
852 Views
Sorry, I meant project setting, not workspace.

Jane
0 Kudos
Steven_L_Intel1
Employee
852 Views
Sorry - I can't think of any kind of setting that would affect this.

Steve
0 Kudos
Reply