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

Defintion navigation in Visual Studio for win32 projects

brianreinhold
Novice
180 Views

I am trying to write a win32 SDI?MDI application in Visual Studio. However, there is no way to navigate to definitions like T_WINCLASS. All those T classes have the Win32 fields and definitions which are many and complex. Having to manually open that ifwinty.f90 file located in one of the installation directories of the compiler and use search functions for each definition is cumbersome and slow.

 

Does anyone know to add this feature (as is present for the C, C++, Java, Python, and Typescript languages)?

 

Also, why do I not get email notifications when someone an

0 Kudos
1 Solution
andrew_4619
Honored Contributor III
131 Views

google msdn thing, in this case msdn wndclass and you get the struct def. 

You have to subscribe to the thread to get notices but I think you can in your user setting set it to automatically subscribe to your own topic or threads you comment on. 

View solution in original post

1 Reply
andrew_4619
Honored Contributor III
132 Views

google msdn thing, in this case msdn wndclass and you get the struct def. 

You have to subscribe to the thread to get notices but I think you can in your user setting set it to automatically subscribe to your own topic or threads you comment on. 

Reply
OSZAR »