| 1. |
Can I Mix Vf Code With Code From Fps? |
|
Answer» If the FPS code is computational only - that is, it does not MAKE calls to the FPS I/O library - then in GENERAL the answer is YES. FPS code which makes calls to the FPS library cannot be COMBINED in a static executable or a DLL with VF code, as the Fortran libraries are incompatible. You can build a separate DLL with the FPS code and LINK that in with VF code, but the two Fortran libraries will not "talk to each other". If the FPS code is computational only - that is, it does not make calls to the FPS I/O library - then in general the answer is yes. FPS code which makes calls to the FPS library cannot be combined in a static executable or a DLL with VF code, as the Fortran libraries are incompatible. You can build a separate DLL with the FPS code and link that in with VF code, but the two Fortran libraries will not "talk to each other". |
|