| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
Borland C++ Compiler Help
|
Original Message
|
Name: xsu
Date: September 13, 2002 at 19:42:50 Pacific
Subject: Borland C++ Compiler Help OS: CPU/Ram:
|
Comment: recently i downloaded 'Borland C++ Compiler Version 5.5.1'. after installing it, when i started running the app a DOS window pops up for a second and dissapears. i can't even read what that says!!im running 'Windows Xp Pro'. can anyone gimme a solution to this problem???
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Birdman
Date: September 14, 2002 at 04:42:04 Pacific
|
Reply: (edit)Are you sure its a dos prompt? When it pops up, press pause really quickly to read what it says. If it's Dos, it will pause until you hit another key.
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
Name: Adam Kinney
Date: September 14, 2002 at 12:09:07 Pacific
|
Reply: (edit)I'm having the exact same problem. I can't figure out how to compile anything.
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: Jeff J
Date: September 14, 2002 at 18:35:47 Pacific
|
Reply: (edit)They're command-line tools, so you need to open a command prompt first, and then invoke things from within the console window. Even if you compile a console project, you will need to invoke it from the command-line, unless there is some sort of input request or pause built in, such as getch or whatever. Otherwise the console (DOS emulation) window has no reason to stay open.
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: sman
Date: September 25, 2002 at 09:07:49 Pacific
|
Reply: (edit)at the end of your main function right before the return; add "getch()". make sure to add "#include conio.h". hope i understood your problem
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home