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

unexpected error

nvaneck
New Contributor I
685 Views
I've got a qwin app which throws an "unexpected error" after using the file menu to select text. After selecting the text, the next access to select a menu item, e.g. copy, or just to select the window menu gives:

Internal Error - unexpected error file "qwgwnd.c", line 3505

Can anyone tell me how to correct this?

After getting the error, I can eventually get back to the menu, sometimes grayed out, but eventually get to copy the text and paste it to notepad.

Neal Van Eck
0 Kudos
3 Replies
Steven_L_Intel1
Employee
685 Views
Exact compiler version being used? This is the QuickWin library finding some sort of internal inconsistency, but to know anything more I'd need to know which version you are using.
0 Kudos
nvaneck
New Contributor I
685 Views

Using 12, update 3
w_fcompxe_2011.3.175

0 Kudos
nvaneck
New Contributor I
685 Views

This problem arises when the STATE menu is deleted. The state menu is useless in my case and can confuse a user since there is no pausing or resuming required in this application, nor does it have any effect on ussing the app.

It seems to me one should be able to retain only the menus desired. At the least there should not be an error of the type reported, especially since a second attempt at the edit menu succeeds after the error.

0 Kudos
Reply