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

Browser Problems In Visual Fortran 6.1A

williamrrichmond
Beginner
415 Views
I am currently developing a Fortran 95 program. I'm able to compile and run the program no problem. However, even after enabling the option "generate source browse information", I'm still not able to browse the source - i.e. be able to go to the definition of a symbol using the pop-up menu (right mouse click). The browse file is available since it tells me that it's generated it when doing the compiling and linking and since my Codewright editor can also access and use it. The information is there, it's just that the MS Developers Studio isn't accessing it. It gives the error "The symbol abcdef is undefined.".

Any ideas what might be causing this problem.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
415 Views
Uncheck the "case-sensitive" box in the Source Browser initial dialog.

Steve
0 Kudos
Reply