When I compile some code using 'Build' in the Plato IDE (fortran 95 with C) I get the following when using Checkmate Win32:
WARNING the following symbols are missing: ezsdi C:\SwitcapSource\sw2_1.2\CheckMate\Win32\ezinit.obj
ezinit.f is the fortran file, and it calls the c routine ezsdi.
When I compile using Debug Win32 the symbol is not missing and the link is successful. I am using the C_EXTERNAL Ftn95 directive to call the C routine.
I understand most of the differences that Checkmate feature brings, but I can not figure out why this referenced object is not found when compiling using the Checkmate. Any ideas?