4926
General Software Discussion / Re: Software Hall of Fame
« Last post by MilesAhead on August 15, 2011, 09:42 PM »For programming on Dos, Turbo Pascal 3, Turbo C++ Pro 1.01. The C++ Pro package came with Tasm, which made things a tad simper than using masm. Also got to actually use the C++ stuff I had been reading about for some time.
I don't recall the name of these Dos utilities but I remember there was a utility(probably from PC Magazine) that let you steal some video memory(I had Hercules graphics card with 256 KB ram) when running in "text mode" and use it as expanded memory on my 8088 XT clone. Also had a Dos disk cache program that would use the fake expanded memory. Made it like getting disk caching for free. Also PC Tools provided a file manager and defragger.
On Windows I'd have to say Delphi was a big deal. Even now if I want to do Gui I try to find some tool where I can just drag the buttons on. I enjoyed writing Delphi components. It was cool when you got it all working and could drag onto the form from the toolbox and it all went as expected.
I'd say the one thing totally ignored in PC development was the 80386 Segment Descriptor Table. IIRC you could actually set up a 48 bit address space on a 386 if the OS used them. But the lazy bastards just set them all to 0s.
I don't recall the name of these Dos utilities but I remember there was a utility(probably from PC Magazine) that let you steal some video memory(I had Hercules graphics card with 256 KB ram) when running in "text mode" and use it as expanded memory on my 8088 XT clone. Also had a Dos disk cache program that would use the fake expanded memory. Made it like getting disk caching for free. Also PC Tools provided a file manager and defragger.
On Windows I'd have to say Delphi was a big deal. Even now if I want to do Gui I try to find some tool where I can just drag the buttons on. I enjoyed writing Delphi components. It was cool when you got it all working and could drag onto the form from the toolbox and it all went as expected.
I'd say the one thing totally ignored in PC development was the 80386 Segment Descriptor Table. IIRC you could actually set up a 48 bit address space on a 386 if the OS used them. But the lazy bastards just set them all to 0s.


Recent Posts

