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

Windows applictions with IVF8.0 and Intel Array Visualizer

xianyao-chen
Beginner
773 Views
0 Kudos
3 Replies
Intel_C_Intel
Employee
773 Views

Using the AvGraph control in a Fortran Win32 application will require some additional routines to be added to the Av Fortran library. This is planned for the next release of Intel Visual Fortran (I'll also work on adding some samples for this usage as well).

Till then, you can use the Array Viewer to display your graphs, or use VB, C#, or C++ for your user interface and call into a Fortran dll for the compational part of your program.

John

0 Kudos
g_f_thomas
Beginner
773 Views
This would be excellent and would presumably also apply to AvGLGraph.ocx companion controls, viz, AvGLGrid, -List, -Tree, and -Html.

I look forward to being able to do this from Fortran.

Ciao,
Gerry T.
0 Kudos
Intel_C_Intel
Employee
773 Views

I'll see what I can do.

In the next release ofIVF,Fortran should be an equal citizen to C++ with regards to AV functionality, i.e. every object method and property in the AV object model can be accessed via Fortran code.

John

Message Edited by johnreadey on 02-23-2004 01:51 PM

0 Kudos
Reply