連結已複製
1) the code you submit is not visible to anyone, except those specifically working on your problem. Definitely treated as the customer's "IP," unless possibly there is a request to put it in the test suites.
2) only the publication which Steve posted on this forum a few days ago
3) stdcall support is only there for compatibility with CVF; I don't think you gave enough information to know how urgent it is for you to change. You will need to watch the compiler flags.
4) the help menus are in the .pdf and .html files accessible from Start>Programs>Intel Software Dev
Thank you for your responses.
Good news! My Internal Compiler Errors are all gone after I reinstalled VS.NET 2002 and IVF8.0.047. I successfully ported my DLL projects from CVF 6.6 to IVF8.
My new question is that "Do I have to change stdcall calling convention intoC calling convention?" My Fortran DLL's are called by Delphi main program. But there is no C calling convention in Delphi. Instead, there is a cdecl calling convention which sounds similar to C in IVF.
Thanks.
Jim
