Software Archive
Read-only legacy content
17060 Discussions

Is it possible to mix MS fortran 4.0 with Visaul C++ 6.0?

Intel_C_Intel
Employee
428 Views
I have fortran source version 4.0. and want to mix it Visual C++ 6.0 so as to make GUI. I heard the both version of them must be the same.
Please give me any tip of advice.

Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
428 Views
MS Fortran PowerStation 4.0 and MS Visual C++ 6.0 can't share the same development environment. You need Compaq Visual Fortran 6.x for that. You could link in objects and libraries created by PowerStation in a VC++ 6.0 project, but you would have to build the Fortran components separately.

Steve
0 Kudos
Reply