- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am on Windows Server 2003, Standard Edition/S.P. 1. Not Win95.
The Fortran Prog I inherited and it had been created/debugged, etc.; i.e., itshould work. But I had to get it to compile/link in CVF on my machine. I only changed 1 thing in the code-did not redimen any arrays. It does call a lot of third-party libs, etc. The agony was getting all these files together and configuring them properly in the IDE and in proper folders.
The exec image generatedis only 268K--is that correct or does the warning suggest otherwise? This is confusing since I get unexpected, incorrect results so I do not know if the image should be ~350M and, if system could accomodate it, would yield correct results. But it does run w/o err.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What happens when your compiler options are set for minimum size? (and favor size over speed and no loop unrolling, etc...)
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The size of the .EXE file does not tell you how much static code and data is in the application.

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