VOGONS

Common searches


Search results

Display options

Re: What game are you playing now?

in Milliways
Rally-sport. Unlike for liqmat, rally-sport is one of my creative outlets and also the most profitable of them, although not really. Good driving physics, good screams of spectators, a great modder community. Doom gets too much attention to be interesting to me.

Re: Programs for building software (dos, windows 9x)

in Milliways
I benched the c compilers more. Same setup as last time but now running on my 3.3 ghz haswell xeon and a pentium 90 laptop, the siemens pcd-5nd. Both in plain dos. xeon ow = 364 vc = 318 dmc = 299 tc = 279 pc = 274 mc = 244 p/90 ow = 26 vc = 26 dmc = 24 mc = 22 tc = 19 pc = 17 The laptop is …

Re: Programs for building software (dos, windows 9x)

in Milliways
I benched some older c compilers and some newer ones for comparison. The older ones were pacific c 7.51, microsoft c 5.10, and turbo c 2.01. Newer ones were visual c++ 1.50, digital mars, and open watcom 1.9. All compiled a c program for dos, a software rasterizer spinning an object on screen. …

Re: Programs for building software (dos, windows 9x)

in Milliways
Some days ago I found that ow runs better in win32 with 486 than with pentium optimizations on post-pentium hardware, like 40% better. Still kinda mediocre performance but a clear issue as well. I think none of the other compilers did this, but I forget if I ran the benchmarks in just wine on my …

Re: Programs for building software (dos, windows 9x)

in Milliways
Yep, it was the same for those earlier versions, though what ultimately prevented it from working here was that a forgotten piece of code migrated from another project along with some other code was explicitly setting that option to a non-console version if compiled with vc. Not so useful here.

Re: Programs for building software (dos, windows 9x)

in Milliways
Cool. Looking at vc6 in relation to the nonoptimizing vc7, it may be that vc6 (or some of its optimizations) is more suited for the pentium than for the k6. I updated the file with exes compiled with 486 optimizations (_4.exe) if you want to test those, http://personal.inet.fi/muoti/eimuoti/tmp/w32_ …

Re: Programs for building software (dos, windows 9x)

in Milliways
I'm guessing the vc compiler needs a toggle somewhere to make a true console program, and I didn't set that toggle. Those exes need to be run something like hw_vc6_p > t.txt, and after 20 seconds the complete output will be in t.txt. I tested the files on a fairly fresh win 95 (c) installation …

Re: Graphics card brand and quality.

It's also about intended purpose. I'd favor models built for professional reliability over gamer gear that was to be obsolete the next summer. Also by the way look for models where the manufacturer was aiming to prove itself or the tech and overengineered.

Re: Programs for building software (dos, windows 9x)

in Milliways
I have some older systems but they're drydocked, no hard drives or os installed in them. The executables (compiled with pentium optimizations) do run in win 95 and are there: http://personal.inet.fi/muoti/eimuoti/tmp/w32_test.zip. The vc ones run as a silent background process for the 20 seconds, so …

Page 28 of 39