Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Viewing all articles
Browse latest Browse all 5691

Runtime library questions/issues

$
0
0

I was about to ask a question regarding x64 runtime libraries, but discovered some other issues with my projects:

1. Documentation for v14 does not include /libs:static as a possible compiler switch, even though VS uses this.

2. I am building DLL's for use with Excel (i.e. not with other Fortran Apps), so to avoid needing to distribute runtime libraries, I link to the Multithreaded (static) version. I have just noticed that my debug configuration is using the Multithreaded DLL libraries while my release configuration uses the static version. Apart from not properly testing what I'm releasing, are there any likely issues with using the different versions?

3. When I migrate to x64, can I continue to use the static version of the runtime libraries? Are there any other distribution issues I need to become acquainted with?

Thanks,

David


Viewing all articles
Browse latest Browse all 5691

Trending Articles