FantasyAcquiesce Posted February 22, 2017 Posted February 22, 2017 (edited) Symbols FREE $$$ - Warez OS - Open Source CS - Closed SourceCode EditorsWindows 95Windows 98 $$$ Qt 4.4.3CompilersWindows 95 FREE Python 2.7 (python27.lib) C++ OpenWatcom 1.9Windows 98/METDM-GCC 5.1.0-3Does not work in 9x, but can produce compatible programs Visual Studio 2005 For beginners: Windows 9x uses C# and C++ I'll continuously update this topic as time goes by. I still need to add programming languages, open source, wares, etc. Edited August 24, 2017 by ~♥Aiko♥Chan♥~ 1
Dibya Posted April 29, 2017 Posted April 29, 2017 (edited) Download DEv C++ Learn about api reference replace newer api with 9x ones. I think it should go to C/C++ forum rather web development Edited April 29, 2017 by Dibya 1
Tommy Posted May 28, 2017 Posted May 28, 2017 Moved to Windows 9x forum for more attention Although putting this thread into the C/C++ forum would also be appropriate, since this is specifically for an OS, it has a better chance of having people chime in here rather than in the coding forum which doesn't receive quite as much attention. 1
ABCDEFG Posted June 3, 2017 Posted June 3, 2017 If you are not a programmer then you should know this: Almost all good(and some bad) programs were writen in C or C++ language. C and C++ is what you need to learn if you want to port existing programs to 9x platform. Microsoft Visual C++ 6.0 is the latest that works in win95, 98 and WinME. Visual Studio 2005 is the last which may produce 9x compatible programs. The only real alternative to Visual Studio is Borland C++ Builder v6.0. There are many alternative "free" C++ compilers but they are all under some crazy license, latest version of them do not work on 9x platform and they can not produce 9x compatible programs. here is some of them: MinGW (GCC) Minimalist GNU for Windows http://www.mingw.org Open Watcom C/C++ Compiler http://www.openwatcom.org LCC-Win https://www.cs.virginia.edu/~lcc-win32/ Orange C/C++ Compiler http://www.members.tripod.com/~ladsoft/orange_c_compiler.html Pelles C (Based on LCC) http://www.smorgasbordet.com/pellesc/ Dev-C++ is just IDE which use MinGW (GCC) compiler. 1
FantasyAcquiesce Posted June 4, 2017 Author Posted June 4, 2017 Currently reading through some C++ book to learn about it. Luckily a relative had visual studio 2005 Applied legacyextender to comply 9x compatibility
Dibya Posted June 21, 2017 Posted June 21, 2017 I have tried many Compiler over my life but none are good like TDM for GCC http://tdm-gcc.tdragon.net/ http://tdm-gcc.tdragon.net/about It is capable of compiling for 9x 1
FantasyAcquiesce Posted August 23, 2017 Author Posted August 23, 2017 (edited) Oh boy, months and still no progress I've done... Might as well list programs which can write and compile 9x compatible code. Edited August 23, 2017 by ~♥Aiko♥Chan♥~
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now