- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have read the recent posts and am still confused. The documentation is also not clear.
For a single-threaded console application do I need to distribute this dll?
I am using the default link options for release. I can run my program on my Win95 box even if I rename this dll. That would indicate that whatever is needed is linked in. Target systems are NT/2000. I don't particularly care about exe size if I can eliminate an additional distribution.
I raise this issue because an earlier debug version would not work without the library, but when I recompiled I no longer have that issue. Can't be sure what option I changed, if any.
Thanks,
Bruce
For a single-threaded console application do I need to distribute this dll?
I am using the default link options for release. I can run my program on my Win95 box even if I rename this dll. That would indicate that whatever is needed is linked in. Target systems are NT/2000. I don't particularly care about exe size if I can eliminate an additional distribution.
I raise this issue because an earlier debug version would not work without the library, but when I recompiled I no longer have that issue. Can't be sure what option I changed, if any.
Thanks,
Bruce
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The default is to link statically, which means you don't need to distribute any DLLs. The option to look at is Project..Settings..Fortran..Libraries..Use Run-Time Libraries. You want Static.
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