sukendro,
This thread is about problems with text cursor control in console windows.
But the compiler is complaining about the item "fxr*fxl.ea" in your output list. If fxl is a derived type, the subfield isolation operator is ' % ' in fortran, not ' . '.
I've just set up Code::Blocks with gfortran on my PC (Win 8.1, 64-bit). I'm trying to write a routine to position the text cursor. I've tried several variations on:
! Locate does the Windows-API-related work of moving the text cursor.
Subroutine Locate(Row, Col) ! bind(C...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.