- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page