Software Archive
Read-only legacy content
17060 Discussions

Link Ordering in CVF

Deleted_U_Intel
Employee
602 Views
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.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
602 Views
Why do you want to control the order? You can specify a list of object files under Project..Settings..Link

Steve
0 Kudos
Steven_L_Intel1
Employee
602 Views
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
0 Kudos
Reply