- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am developing and application that creates and compiles fortran code. The current version uses the createprocess API call to call the df.exe command. Is there a published API call to compile fortran code from the compaq digital fortran (or other) compiler, so I don't have to use the createprocess call?
Thank
Mark
Thank
Mark
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a reason you want to avoid the method you described? I suppose you could get to Visual Studio through automation but that would be more work.
James
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ditto. I recommend the CreateProcess to run the DF command. It's the most straightforward way. You'll want to make sure that the Visual Fortran environment variables are set system-wide.
Steve
Steve

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