Two or three customers of mine still use an old program (20000 rows) coded in TurboBasic. I have to add some thousand lines, and I have big memory problems (to compile, and even to run).
I'm wondering how to solve the problem. I can't even imagine to translate the code to PB/DLL (too work for so few customers); I could use PB/CC + addons for graphics, but may be the better solution is to use PB/DOS. The questions are the following:
1- Has someone experience in translating code from TurboBasic to PB/DOSL? How different the syntaxes are?
2- Will my code be compiled (that is, my code is near or far from the PB/DOS limits)? At the moment I must compile with VIDRAM ON!
3- Will my code run? I guess I must put my arrays into EMS. Will my DOS program with EMS work under all Windows versions (Win 9x, NT, 2K)?
Thanks
------------------
I'm wondering how to solve the problem. I can't even imagine to translate the code to PB/DLL (too work for so few customers); I could use PB/CC + addons for graphics, but may be the better solution is to use PB/DOS. The questions are the following:
1- Has someone experience in translating code from TurboBasic to PB/DOSL? How different the syntaxes are?
2- Will my code be compiled (that is, my code is near or far from the PB/DOS limits)? At the moment I must compile with VIDRAM ON!
3- Will my code run? I guess I must put my arrays into EMS. Will my DOS program with EMS work under all Windows versions (Win 9x, NT, 2K)?
Thanks
------------------
Comment