View Full Version : XP Problems


Adam
02-28-02, 10:14 AM
Anyone know a nice C-compiler which will run under Win XP Pro? Preferably a completely free download. Also, I can't seem to install a boot manager; XP won't let me. Any hints?

Bowser
02-28-02, 02:32 PM
I don't own Win XP, but you might try an online search:

Win XP\compilers\free

You might be able to buy an IDE on eBay for a reasonable price. I purchased my Visual C++ 6.0 for $70.00 through an online auction several years back. There are deals out there.

Porfiry
02-28-02, 11:51 PM
djgpp?

Adam
02-28-02, 11:58 PM
What the heck does that mean?

Porfiry
03-01-02, 01:53 AM
That was an answer?

(perhaps I'll use question marks more frequently to cause unnecessary confusion?)

Adam
03-01-02, 05:15 AM
Sorry, you must keep in mind I am a beginner at this computer stuff, so many acronyms mean nothing to me.

Ash711
03-30-02, 04:41 AM
if you just want an universal excellent compiler (based on *nix gcc) you can check that:
http://www.delorie.com/djgpp/

Rick
04-01-02, 07:58 PM
Why dont you start with ASM?




bye!

ninjahamster
04-09-02, 11:00 AM
I think, although correct me if im wrong anyone, that xp wont allow boot managers when using the NTFS file system, you could try converting it back to FAT32 and then trying to install.

Rick
04-09-02, 11:17 AM
Turbo C is the best(no,not Turbo C++)...

Whole set comprises of TASM T-debugger...

Probably the best...



bye!

Henrik
04-10-02, 07:34 AM
ninjahamster et al:


I think, although correct me if im wrong anyone, that xp wont allow boot managers when using the NTFS file system, you could try converting it back to FAT32 and then trying to install.

I think you're right with the fact that NTFS won't allow dual/multiple boot partitions. However, I would point out that reverting to FAT32 will remove the security features provided by the NTFS.

FAT32 does NOT provide the same security descriptors that NTFS does, so if you intend to use any of the security (cough) "features" (such as encrypting file system settings, or EFS) of XP I'd think twice about converting to FAT32.

If you want to run multiple O/S you'll likely have to ensure they all have their own volume (that way they all retain their own files and config info).

Check the MS support site for more info (Microsoft Support Site (http://support.microsoft.com) )

All the best,

SpyFox_the_KMeson
04-10-02, 08:50 AM
Well, in my experience, getting a really good quality freeware compiler is *not* easy. (At least for Microsoft-based systems, I like the Linux compiler myself.) Though I can't say I've tried very hard to look for one, my school gives me a compiler for free (Borland yay!).

Rick
04-10-02, 09:07 AM
Hey...,
Welcome to Sci.
are you talking about RHL's?


bye!