Do you use Windows 98/ME anymore?

For everything that's not in any way related to PureBasic. General chat etc...

Do you use Windows 98/ME anymore?

Yes
7
10%
No
45
65%
Occasionally
7
10%
Very rarely
7
10%
On an unattended basis
2
3%
Yes, but other than above
1
1%
 
Total votes: 69

PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Do you use Windows 98/ME anymore?

Post by PB »

One of my apps has grown to the point where it's easier to ditch Windows 98
and ME and solely support NT-based Windows: Windows 2000, XP and Vista.
Do you think this is a good idea or will it reduce potential customers? I could
easily support Windows 98 and ME if I used a lot of extra code to emulate the
NT functionality, but is it worth all that extra hassle in this day and age?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

Well, you probably know who your customers are, but If they're not some kind of big organisation
that needs to run 98, just forget about Windaz98 :)

Edit, forget about ME (Mistake Edition) too.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

It's not for organisations; it's just for regular people like my Dad and sister.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Mike Stefanik
User
User
Posts: 53
Joined: Wed May 03, 2006 6:34 am
Location: California, United States
Contact:

Post by Mike Stefanik »

Windows 95/98/Me are dead, let them rest in peace. :)

In all seriousness, the operating system is not supported by Microsoft any more, it gets no security updates, companies aren't producing drivers for it any longer and most software companies today either provide limited support for the platform or don't support it at all.

Think of it this way. The operating system is almost a decade old. Using Windows 98 today would be like someone who was still using Windows 3.1 back in 2001.

Edit: And I will say, if your granny is still using Windows 98, I hope to God that she's not connected to the Internet. The last thing the world needs is another wide-open system that doesn't even get security updates.
Mike Stefanik
sockettools.com
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

I have an alternative system here: P100 with Win95.
only to be able to play old games. (surely not connected to the net)
win 95 can be booted as DOS, so old games that need 540-580KB low-mem run fine.
additionally, the P100 is slow enough so I often don't need the CPU-brake.

I played "Frontier" lately. It's good to look at old games sometimes, it's fun.

but I don't need any applications for this system, so I don't care if there are any.
it's just a physical DOS-Box, nothing more.
oh... and have a nice day.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

egrid is the last program in which I have made efforts to ensure it runs on Win 98. From now on I don't care if my apps do not run on win 98 etc.

Although my current app comes in Ascii and Unicode versions, I still don't care if the ascii version does not run on win 98! :twisted: I'll have a go at running it on a win 98 machine when the time is right, but if it fails to run properly then I'll just shrug, grin and chuck the Ascii version in the bin - along with the Win 98 machine of course!
I may look like a mule, but I'm not a complete ass.
merihevonen
Enthusiast
Enthusiast
Posts: 326
Joined: Mon Jan 01, 2007 7:20 pm

Post by merihevonen »

Btw, what's the benefit of using Unicode instead of ASCII?
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

merihevonen wrote:Btw, what's the benefit of using Unicode instead of ASCII?
That's a $1000 question!

The simple answer is that Unicode allows your programs to easily work with extended character sets such as Japanese Kanji etc. Think of unicode as a massively extended character set containing just about every language symbol you could ever hope for. With Ascii programs (such as those running natively on win 98/Me) you have to constantly switch character sets which is a messy business at best and an inconsistent one at worst as computers in different locales would default to different character sets which could throw some applications into the mire!

Win NT and above are unicode based and their string api's work natively with unicode character sets. Indeed if you run an Ascii program on one of these OS's, then the OS has to convert all strings to Unicode before calling any of it's string api's etc. which of course slows things down. Working directly in Unicode, however, there is no need to make such conversions. The beauty of this is that you can guarantee that a Unicode program will display the same characters when run on a machine in, say, Japan, as it does in England etc.

When writing a program nowadays I always think in Unicode first and worry about Ascii as almost a side issue!
I may look like a mule, but I'm not a complete ass.
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

My experience is that if they are still running 98 then you will probably run into hardware limitations as well, since they are using the 98 that was installed in their system when they bought it 1998. Heck their BIOS probably thinks noone would ever have need for a hard drive bigger than 4GB!

I maybe have one customer running 98, but the vast majority are on XP, simply because they have purchased their PCs within the last 5 years. I do have one customer that has a NT 3.51 server box, which still gives me grief.

I wouldn't worry about 98 anymore, you might have your hands full with Vista.
Image Image
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

@Kaeru
You might try FreeDOS, it's OpenSource 100% compatible with MS DOS (including the ability to use DOS extenders) and it is still maintained, so you could actually connect it to the Internet.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

@Nik

thnx for the hint, but I don't want to connect that old mule to the net,
I just want to play old games on it sometimes... ;)
oh... and have a nice day.
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

@Kaeru Gaman,

"Frontier" is still a good game, I actually bought an Amiga500 when they first came out just so I could play Elite, in colour.

Used to play it on the BBC micro.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

ELITE is an absolute Evergreen!

and Frontier is a wonderful Part2.

(First Encounters suffered from the Grafix, it was awful...)

the concept is still interesting, and I really din't find some modern equivalent of Frontier wich has such a wonderful system-map.

Freelancer in this concern was disappointing with the static planets and the few systems...

I heard EVE-online reaches for that, but i didn't try it yet because it costs monthly fee....
oh... and have a nice day.
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

I only use win98 in a vmware box to test my code compatibility.
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

Kaeru Gaman wrote:@Nik

thnx for the hint, but I don't want to connect that old mule to the net,
I just want to play old games on it sometimes... ;)
I have been using DosBox for some while to play the good old DOS games 8)
Post Reply