Hi again.
I am using IVF 11.1.060. I have Composer XE, but there are some
unrelated regressions already reported and blocking me from adopting it
yet. I need a solution for 11.1.060 which has passed our acceptance
testing.
If my main C++ application links with my Fortran static F.LIB, the C_LOC in my F.LIB works great.
But if my C++ DLL links with F.LIB, then I have a problem:
unresolved external symbol _ISO_C_BINDING_mp_C_LOCSo as suggested a few years ago in this forum by Steve Lionel, I built iso_c_binding.f90 from source and linked my C++ DLL with both my F.LIB and iso_c_binding.OBJ. The link completes without error. I have not tested runtime behavior yet.
Questions:
- Does this sound right?
- If this is the right/best solution for IVF 11.1.060?
- What is the earliest release of IVF in which this issue is resolved?
Thanks!




