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

QWINWrite Access Violation

jim_cox
Beginner
487 Views

Trying

WRITE(*,*)'Why Does This Crash?'

Gives me a run-time error

UnHandled Exception - access violation reading location 0x0000000

Which appears to be coming from QWINWrite

Any help in resolving this would be apprecitated

Thankx

Jim

=mjc=
PS: I'm doing this as a Debug inside Visual Studio 2005 if it helps...

0 Kudos
3 Replies
Steven_L_Intel1
Employee
487 Views
It doesn't for me with 11.1.046. Please supply a complete program that shows the problem and tell us the exact compiler version you are using.
0 Kudos
jim_cox
Beginner
487 Views
It doesn't for me with 11.1.046. Please supply a complete program that shows the problem and tell us the exact compiler version you are using.

Sending the files isn't really an option - this is a huge and ancient MS PowerStation Fortran codebase I'm trying to migrate to iFort

So...

I made myself a new project - which worked straight away.

Then compared the settings.

Changing
Runtime Library to Debug MultiThread
and turning Off Windows Common Librarires
and turning off Portlib

seems to have fixed the problem.

Onward and upward

Thankx

Jim


0 Kudos
Steven_L_Intel1
Employee
487 Views
If you changed the runtime library setting to "debug multithread" then you don't have a QuickWin application any more.
0 Kudos
Reply