Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Windows applictions with IVF8.0 and Intel Array Visualizer

xianyao-chen
Beginner
802 Views
0 Kudos
3 Replies
Intel_C_Intel
Employee
802 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
802 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
802 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