I've just completed a year-long port of a DOS program I publish
to PB6.0, and have several people starting Beta testing today.
While it runs fine on Win 95/98 (I developed it on Win 98), I'm
getting scary feedback that it won't run properly under Win2k or
XP, doing things like generating Error #62 (input past end of
file), which never happens with the 5 sequential data files the
program uses, when running under Win 95/98.
Is the PB6.0 code I've been writing essentially incompatible with
Win2k and/or XP? I wouldn't have expected even fairly simple
functions like reading in a sequential file would not work under
XP or Win2k....
I expected there might be compatability problems with XP, but
not with Win2k. Anyone else experiencing similar problems? Mine
is a simple game program, which does nothing but read in some
data files, and then massage the data (stock market stuff) and
display it, in text boxes. No TCP, no graphics, etc. Real basic
stuff.
On Win2k it's also generating all kinds of out-of-bounds errors
that don't occur under 95/98. Sounds like some major
incompatability, that I wasn't aware of.
Any ideas, as to some sort of parameters I may need to add to
my code to get it to work with the newer O/S's?
------------------
to PB6.0, and have several people starting Beta testing today.
While it runs fine on Win 95/98 (I developed it on Win 98), I'm
getting scary feedback that it won't run properly under Win2k or
XP, doing things like generating Error #62 (input past end of
file), which never happens with the 5 sequential data files the
program uses, when running under Win 95/98.
Is the PB6.0 code I've been writing essentially incompatible with
Win2k and/or XP? I wouldn't have expected even fairly simple
functions like reading in a sequential file would not work under
XP or Win2k....
I expected there might be compatability problems with XP, but
not with Win2k. Anyone else experiencing similar problems? Mine
is a simple game program, which does nothing but read in some
data files, and then massage the data (stock market stuff) and
display it, in text boxes. No TCP, no graphics, etc. Real basic
stuff.
On Win2k it's also generating all kinds of out-of-bounds errors
that don't occur under 95/98. Sounds like some major
incompatability, that I wasn't aware of.
Any ideas, as to some sort of parameters I may need to add to
my code to get it to work with the newer O/S's?
------------------
Comment