Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Problem with Dev C++ and Vista
Name: Jimmytherifle Date: January 15, 2008 at 20:34:35 Pacific OS: Vista CPU/Ram: 2047 MB Ram
Comment:
I'm having trouble getting this IDE to work on my computer with Vista as the OS. Everytime I create a program, even a simple "Hello World", or even the example programs that come with Dev C++, I always get a minimum of 286 errors, no matter what. However, it works fine on my other computer with XP. Any way I could get Dev C++ to work on my Vista computer, without switching OSs?
Summary: Hey i have dev c++ and in just the simplest app i got problems. my app is a basic one from a book, open a window and display the classic "hello world". now it has a file it needs calles iostream.h in ...
Summary: Do you mean add text to the source code text in the IDE, or text in the console when you run the program? If the latter, you must use conio.h, i think, and Dev-C++'s support for conio is a bit sketchy...