- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a program with tons of modules in about 120 different files. How can I control the order in which .obj files get linked when trying to do build the .exe within Visual Fortran. I can use a command line batch file to link with success. Compaq Visual Fortan seems to only link in alphabetical order. Any help appreciated.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why do you want to control the order? You can specify a list of object files under Project..Settings..Link
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd be interested in seeing a ZIP archive of a project that demonstrates this problem. I can't think, offhand, how it could happen. All of the object files created by modules in a project are linked in, and the linker shouldn't complain if it eventually sees all the definitions.
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