Software Archive
Read-only legacy content
17061 Discussions

Problem in 6.5a

Jeffrey_P_1
Beginner
458 Views
I am having a problem when I moved from 6.5 to 6.5a

Example program gives me a problem in the debugging
environment.
program test
integer*4 i,j,k,l,m,n
real*4 s2
common i,j,k,l
common s2(50)
common m,n

do i=1,20
j=j+i
enddo

print *,j

stop
end

Three things I noticed:
1. The variable S2 in the local variable window name is
not shown (blank) and the value it displays
Error: cannot display value
2. When I enter variables (EX: "j") into the watch
windows, they give an error message of
CXX0017: Error: Symbol "j" is not found
3. Whenever I put my cursor over the
variable over the in the source window, it
does not display the value as it did in 6.5.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
458 Views
Please run per-user setup from the Visual Fortran program group - that should have been run for you automatically by the update. If you continue to have a problem, please write us with the details at vf-support@compaq.com

Steve
0 Kudos
Reply