- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can mixed language programming be done with the Intel Fortran compiler and the Microsoft C/C++ compiler (Visual Studio 2005, version 8).
Thecode we will beintegratingis a combination of C++, C and Fortran anduses MFC calls from the C++ classes(forputting up dialogs anddoing graphics), can MFC be used with the Intel C++ compiler?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can do mixed language programming with Intel Fortran and Microsoft (or Intel) C++. As far as I know, you can use MFC from Intel C++ - you should ask in our C++ forum for more details.
To do mixed-language programming requires that you construct a Visual Studio solution with two projects, one for the Fortran code and one for the C++ code. One project should be the executable and the other a static library that is a dependent of the executable. Please be sure you have SP1 for VS2005.
Intel Visual Fortran includes a couple of example mixed-language applications.
To do mixed-language programming requires that you construct a Visual Studio solution with two projects, one for the Fortran code and one for the C++ code. One project should be the executable and the other a static library that is a dependent of the executable. Please be sure you have SP1 for VS2005.
Intel Visual Fortran includes a couple of example mixed-language applications.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page