Hello All,
How can I specify file-level, compilation order?
I'm presently placing modules in files where they don't naturally belong (e.g., matrix module in a file of statistics modules) to avoid compilation errors because they are being USEd before they would otherwise have been compiled. It seems compilation order is alphabetical by file name when I perform a project build.
I'm almost tempted to place all modules in a single file and order them to facilitate compilation.
I'm using Visual Fortran Compiler XE 12.0.3.175 and Microsoft Visual Studio 2008.
Thanks,
-- jv
P.S. Apologies for this off-topic post. My Knowledge Base and web searches provided no helpful information.





