Never had problems with movies in XP, are you sure your PC is not damaged? Problems with videos and sound sounds like a serious hardware-failure of some kind.
Posted on 2004-02-15 09:20:39 by Henk-Jan

oh, and another thing which was a HUGE problem with XP,
when you saw a movie or even touching some movie files,
XP made explorer.exe go crazy with billions of READS and WRITES,
which made the whole system go sooooo sloooooooow.
The only solution to that, was to starup Taskmanager
and close down the explorer.exe process.

In Windows 2K, there is NO crazy billions of READS and WRITES
in explorer.exe, so you can watch a movie, without watching for explorer.exe ;)

that's because explorer wants to show a pretty preview picture and some info of the movie.
too bad it locks up if it's a damaged .avi file.
you need to remove some registry entries to disable this nice 'feature'.
Posted on 2004-02-15 14:13:23 by Tola
Hi Tola

I haven't thought of that, but it seems to be a good explanation for it :alright:

But now I use Win2K, and it all seems to work fine, and it's faster too,
so I'll stick to this system.....

Thanks anyway ;)
Posted on 2004-02-15 15:00:49 by The SharK

I think the only compiler that can beat VC++ is the Intel compiler.

Watcom compiler has gained ground over the years, I heard that Watcom was fast in the DOS days and then Microsoft came out of nowhere and created a faster compiler, but the Watcom is gaining some ground, just that its IDE isnt the best at the moment.
Posted on 2004-02-17 16:06:19 by x86asm
so they have actually updated the compiler recently, not just opensourced it?
Posted on 2004-02-17 16:25:51 by f0dder

so they have actually updated the compiler recently, not just opensourced it?

Yup, opensource community can work on it as well as SciTech and Sybase, I believe it can do quite well, I dont think it supports SSE/MMX yet, but I don't believe it is as slow as it was before.
Posted on 2004-02-17 18:53:22 by x86asm
For me , XP for games , 2000 for work. :)
but for Web App application which I have involved , I prefer W2K3 cause it's IIS and .NET Framework
Posted on 2004-02-17 21:57:48 by dreamweaver
Yes, they *can* work on it, but have they done it? As for the speed - are you talking speed of the generated code, or the speed of the compiler? Speed of the compiler is irrelevant if the generated code still sucks. SSE/MMX support isn't very important, a good and solid standard code generator is much more necessary.
Posted on 2004-02-18 01:05:17 by f0dder
Its not necessary to choose one, i have instaled the three windows (win xp, win 98, win 2k) and change between them with mi booter program. Somes times its necesary to test programs in diferent platafoms, but to work i choose win 2k


(sorry my english)

_________Mauricio Prado
Posted on 2004-02-18 01:43:04 by mauricioprado
Win2k on my own machine, XP on my brothers', and a multitude of OSes under vmware... glad I don't have to multiboot this machine. It's a pain having to install certain software under all OSes, and it's annoying having to reboot to test under another OS. But sure, it works :)
Posted on 2004-02-18 01:49:27 by f0dder

Yes, they *can* work on it, but have they done it? As for the speed - are you talking speed of the generated code, or the speed of the compiler? Speed of the compiler is irrelevant if the generated code still sucks. SSE/MMX support isn't very important, a good and solid standard code generator is much more necessary.


The generated code speed is good, it is a solid generator of code, especially when I would port my SMS emulator porject over there but the IDE is terrible. I made some test code just to see( quite smalll) and I didnt enable all of the optimization switches and it did well compared to VC++ 6.0. It can also do instruction scheduling ;)
Check it out if you are able to download it and have the time to test it.
Posted on 2004-02-18 07:35:52 by x86asm
Doesn't take that much to beat VC++ 6.0, even GNU GCC can do that ;) - but of course having a free compiler that produces fairly better code is a nice thing.
Posted on 2004-02-18 09:17:37 by f0dder