I am mixing Visual C++ 6 Visual Fortran 6.5 by calling Fortran subroutines with a C++ main program using both Complex and Double data types. I am getting this math error when using some common math functions, i.e. sqrt. The error is as follows:
I have searched the help pages and have not found any help. The project settings for my project are below.
The Project Settings for Link are:
The Project Settings for Fortran are:
The Project Settings for C++ are:
Does anyone know what might be the problem?


