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.

f90VB for IVF

Vannik
Beginner
710 Views
Does anyone know if and where I could find a version of f90VB to work with IVF? It is for the last project I have that I haven't migrated to IVF yet.

Vannik
0 Kudos
3 Replies
Steven_L_Intel1
Employee
710 Views
I'm not aware that this is available. Nor do I think it is really needed. What aspect of f90VB do you require?
0 Kudos
Vannik
Beginner
710 Views
To be honest, I do not know. I just do the Fortran bit and somebody else the VB part. We sorted the interface part out back in 2002, since then I update the dll's as required but the interface never changes. It consists mainly of file names, and integers (for counters, error codes and options). Not too much really.

Vannik

0 Kudos
Steven_L_Intel1
Employee
710 Views
The reason I ask is that f90VB was created mainly for use with compilers other than CVF since CVF had extensive support for calls from VB (the DFCOM and DFAUTO modules.) One doesn't need anything special to call IVF (or CVF) from VB other than an understanding of the conventions. We provide two sample programs of varying complexity.
0 Kudos
Reply