Windows 95/98
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
A time machine!
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
Visual Basic 6 :thumbsup:
Find More .Net development tips at : .NET Tips The only reason people get lost in thought is because it's unfamiliar territory.
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
I would select a language that I know and choose an ancient toolset that supports Win9x. The newest Visual Studio that supports at least Win 98 is VS 2003. I'm not sure about Win 95 but it should work too. Otherwise you have to use version 6. Be prepared to setup a development system for those tools too. VS 2013 2003 may be only used with Win 7 with some dirty hacks.
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
My first question isn't what, but rather why?
Wrong is evil and must be defeated. - Jeff Ello
-
An abacus, pencil, paper, and smoke signals for network communications (TCP/SS with a wood based 7 layer stack)
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
I'm with Jorgen, why, what possible business reason could there be to justify building a new app on win95! Some options VB6 Turbo Pascal (delphi) MS Access - get the version for the windows version Of these I think Access would be the quickest if you know VBA at all. None of these will upgrade!
Never underestimate the power of human stupidity RAH
-
Turbo Pascal?
IIRC, Turbo Pascal for Windows only produced 16-bit applications.
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill
-
if you had a version of Visual Studio 6 around you might be able to get away with it
Both Visual C++ 6.0 and Visual Basic 6.0 will run on Windows 95 Visual C++: https://support.microsoft.com/en-us/kb/145669[^] Visual Basic: https://support.microsoft.com/en-us/kb/190775[^]
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill
-
I would select a language that I know and choose an ancient toolset that supports Win9x. The newest Visual Studio that supports at least Win 98 is VS 2003. I'm not sure about Win 95 but it should work too. Otherwise you have to use version 6. Be prepared to setup a development system for those tools too. VS 2013 2003 may be only used with Win 7 with some dirty hacks.
:confused: I use VS 2013 Community Edition on Windows 7 every day. I've also run VS 2015 in the same environment. If you are referring to building applications for the WinStore (or some such), I haven't tried it yet.
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill
-
Thanks. Straightforward gui, file read, portable, deployment.
I would consider vbscript or jscript. They can both read files - GUI-wise it won't be easy but a scripting language will get you up and running quickly.
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
:confused: I use VS 2013 Community Edition on Windows 7 every day. I've also run VS 2015 in the same environment. If you are referring to building applications for the WinStore (or some such), I haven't tried it yet.
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill
Oops. It is a typo and should be 2003 like mentioned before. I will edit my post.
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
Franc Morales wrote:
what language, toolchain would you use?
Ancient Sumerian with stone tablets and chisels.
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
You might be able to dig up an old version of Watcom C . A lot of these oldies have gone open-source.
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
Raw Win32 API, on C. Petzold's 'Programming Windows, 1996' on this[^] page was a nice book for this. Sample source code is referenced there. Any version of Visual Studio should work, I feel. For example, on my machine, this is the C compiler location and name: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cl.exe You need a makefile to do the compilation and linking.
-
I would select a language that I know and choose an ancient toolset that supports Win9x. The newest Visual Studio that supports at least Win 98 is VS 2003. I'm not sure about Win 95 but it should work too. Otherwise you have to use version 6. Be prepared to setup a development system for those tools too. VS 2013 2003 may be only used with Win 7 with some dirty hacks.
Jochen Arndt wrote:
VS 2013 2003 may be only used with Win 7 with some dirty hacks.
Hrmmm. The only issue I remember from the last time I installed it on my W7 system was that I had to explicitly use run as administrator to install the service pack. :doh:
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
Well, that version of Windows is so ancient, I think stone carving would be appropriate.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013 -
Jochen Arndt wrote:
VS 2013 2003 may be only used with Win 7 with some dirty hacks.
Hrmmm. The only issue I remember from the last time I installed it on my W7 system was that I had to explicitly use run as administrator to install the service pack. :doh:
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt
I'm still using it sometimes to build apps for old Windows versions. The problems are not the installation but the usage: The IDE must be run as administrator. The IDE locks when searching in all files or executing external tools. Searching in all files will work when disabling visual designs. When running an app using the debugger, the PDB file is not closed so that the next build will fail because the file is locked. Then it must be closed manually using the SysInternal tool ProcessExplorer (optionally the command line program handle.exe from that tool).
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
What UI would you prefer? Given the terms "simple" I'd assume a Console-application. Then again, W95 would be overkill. If it is some application that is fed data by the user and which is queried by the user, I'd go for a modern Windows Server and write an MVC5 application. You're probably referring to dekstop apps though; in that case I'd recommend Delphi. Any version between from 2 up to 7 will be fine. Since you said toolchain, I'm gonna assume you need a database. Question for you again, do you want a local database (as used in caching for example) or a multi-user database that can be queried from multiple locations by multiple users simultaneously? For a local cache I'd point to SQLite or MS-JET, for multiple users I'd go for Sql Express or Interbase. Does your toolchain need to include reporting? If you already chosen a local database, than Access would be a nice match. Otherwise I'd suggest a separation, an extra layer; create a system that returns the data in XML format that you want to base your report on. Next, create a report based on that dataset. Decouple your reporting-engine from your application :) Any tool I missed?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
If you had to develop a relatively simple application for Windows 95/98 what language, toolchain would you use? Thank you all.
I hear Win 3.1 is pretty awesome too. You should try that.
Jeremy Falcon