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

DrectX D3D access from Visual Fortran v 6.1

tiddles
Beginner
582 Views
General query on DirectX application from Visual Fortran version 6.1: is the professional edition required? We use the standard edition. Cannot locate any information on D3D in the Fortran help files - only in the Java help. Intend to access the D3D library for matrix and vector calculations. Has anyone tried this or is Visual Fortran already equipped with the fastest numerical code?
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
582 Views
It is documented in CVF 6.6 docs.

However, I don't think there are any Fortran headers for D3D, not even in 6.6B. Function interfaces probably can be generated using Module wizard, but on first sight the idea of using COM-oriented D3D from Fortran sounds like an overkill.

You may be better off using OpenGL -- it should be equally fast on new graphic cards, simpler to use, and with far more Fortran resources and users' experience to start with. (Not that I'm familiar with it either.) See for example here.

Jugoslav
0 Kudos
Reply