Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

External Procedures/Calling Conventions Differences Between CVF & IVF

jkrob
Beginner
449 Views

All,

In getting my applications ported & working from CVF to IVF, I noticed something odd. Why did I have to change the External Procedures -String Length Argument Passing setting from "After String Arg*" in CVF to "After All Arguments" in IVF in order to get everything working??

Also, the Argument Passing Conventions (CVF) & Calling Conventions (IVF) would *only* work in the "default" setting (whatever that is...). I thought in IVF, selecting the CVF setting would be...more correct (coming from CVF, after all) but that did not work.

More details as to these issues would be nice :-)

Thanks,

Jeff

0 Kudos
1 Reply
TimP
Honored Contributor III
449 Views

Did you read Steve's article, according to the URL at the top of the forum?

http://software.intel.com/en-us/articles/migrating-from-compaq-visual-fortran/

0 Kudos
Reply