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

re: Quickwin Error: qwgimage.c line 550

smajiet
Beginner
194 Views
Hi All

When i run my executable compiled using Visual Fortran V6.6. I get an error during the program executing something to the effect:

Quickwin Error
Internal Error - unexpected error file
"E:forrtluildqwnbuildqwgimage.c", line 550


Has anyone else experienced this? If so how did u resolve this?

Regards
S
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
194 Views
I'm not certain without seeing the source, but the most likely reason is that you tried to create too big buffer using SetWindowConfig, i.e. that the width*height*color depth of WINDOWCONFIG structure exceed available memory.
0 Kudos
Reply