My project is a .NET front end calling a Fortran COM Server (generated with the COM Server wizard) via COM-Interop.
In IVF 12.1, I could debug into the COM Server and watch Fortran variables. After migrating to IVF 14.0, I can see some variables in the debugger but they have C semantics, e.g. type "long" rather than INTEGER(4). Allocatables or pointer targets are not viewable. Reading elsewhere I guess this means the Fortran Expression Evaluator (fee.dll) is not loaded.
I can successfully debug simpler projects where the Fortran code is statically linked.
Is there some way to kick-start the Fortran Expression Evaluator?