
SUBROUTINENAME( ¶m1, ¶m2, ¶m3, &returnCode) ReturnCodes SubRoutineName(int param1, int param2, float param3) įortranLib::CalculationReturnCodes FortranLib::SubRoutineName(int param1, int param2, float param3) Void SUBROUTINENAME(int * param1, int * param2, float * param3, int * returnCode) We decided to make a C++/CLI wrapper instead.įortranLib.h: #pragma comment(lib, "fortranlibrary.lib")


I am tasked with porting a legacy software, to a Managed Language.Ī few of the hard-coded calculation models are extremely time consuming to port, without gaining anything in terms of features or performance from a full port.
