Post
by Guest » Fri Nov 05, 2004 4:41 pm
Nobody has responded to your request. I will give you my personal opinion which, once other see it, will, no doubt, bring out other points of view or, even, knowldege!
My program in QuickBASIC 4.5, which uses SCREEN 13, worked fine on Windows 98. When I bought a new computer with Windows XP, this program crashes. I went to the Microsoft web page and found out that "Microsoft no longer supports QuickBASIC 4.5", so, that's that. I can only use QB for whatever Windows XP still allows (not graphics in SCREEN 13). That is, I can do math, logic, etc., but I can't plot a curve in a SCREEN 13 mode. So, to use my program, I learned enough Visual Basic, Version 6.0, to rewrite it in that language. Most of my QB language was usable "as is" in VB, some I had to change. Of course, no SCREEN 13 is necessary in VB, which makes it a little easier to use.
My thoughts on your question would be, "Give to Caeser what is Caeser's". If your QB program does not run on Windows versions later than 98, rewrite your program in VB or some other language that is supported by Microsoft for the later Windows versions. After all, even though we would love to keep on using what we already know, you just have to adapt to change!
Ralph A.