Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

QuickWin Unexpected Error in qwgswc.c

Intel_C_Intel
Employee
553 Views
I have a fortran program which uses QuickWin. About one time in ten, when I start the program, this message box appears: QuickWin Error - Internal Error - unexpected error - file "E:fortrtluildqwnbuildqwgswc.c", line 1051. If I OK it, the child windows aren't set up right and some text written to the screen does not appear.

This effect is present when running Win 2000, but not when running the same *.EXE under Win 98.

Any thoughts ?

Thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
553 Views
We've seen this reported on a dual-processor system. The solution seems to be to add CALL SLEEPQQ(500) at the beginning of the program - this allows enough time for INITIALIZEFONTS to complete.

Steve
0 Kudos
Reply