- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I have a code that is written using Fortan coding in 'Intel parallel studio XE 2011'. Does anyone know how to conver this project/code in to a exe file ?. Because i am trying to call this code using an another program which is written in Matlab, so i need the exe file. Now i am manually running this code.
Thank you so much for any help.
Best
Namal
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whenever you have a project, it creates <something>, whether it's a static library, a DLL, an executable, etc.
I assume that you are creating an executable, only because you say you can run it manually.
It's quite possible you already have your executable in hand. Check for a subdirectory under your project directory; by default this subdirectory is called \Debug (for the debug configuration) and \Release (for the release configuration). In the subdirectory, you should find several object files, and an executable file.
--Lorri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot lorri. Yes, i found it !

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page