Dear all,
I have inherited some code that was developed more than 15 years with FTN77 running under DOS with DBOS memory management. I would now like to run it under XP and have recompiled some of the code with Plato 3.
I understand that DBOS is now history. The problem that I have is that one of the programs calls a separate ‘Realmode’ program. This realmode program is written in Borland C++ and integrates a main with three libraries containing functions for interface cards and of course ftn77wt.obj.
I believe that the solution will be necessary to re-write this code so that it no longer calls realmode. However, truth be told, I have no idea of how to start implementing this change.
I would much appreciate it if anyone could start me off with some ideas. Infact, all suggestion would be welcomed. Even better if there is any documentation that would guide me through this process that anybody knows about that would be a great help.