I am trying to port a 32 bit Fortran application to 64 bit which makes use of e.g.
INITIALISE_MOUSE@
SET_MOUSE_BOUNDS@
. I am using the Intel 64 bit Fortran compile environment (compiler: ifort). When linking, both symbols INITIALISE_MOUSE$ and SET_MOUSE_BOUNDS$ remain unresolved although I am linking against Silverfost's libraries clearwin64f.a/clearwin64.a. Looking at Silverfrost's web site
Silverfrost > Documentation > FTN95 Help > ClearWin+ User's Guide > Mouse
I could find both INITIALISE_MOUSE@ and SET_MOUSE_BOUNDS@. Now I wonder how I could resolve these symbols. I could not find these symbols in the clearwin64 dlls/libs as of 26th March 2013.
How would all the other symbols mentioned on the web site be resolved?