i recently started using borland 5.02.
when compiling my programs and running them i get a DOS execution window
that flashs for a second and then disappears. can anyone tell me how
to keep the Dos window open so i can check out the execution.
thank u
Right-click the program's .exe file choose "Properties", then select the "Program" tab. Uncheck "Close on Exit". Rob Marriott
robert_a_marriott@yahoo.com
Hire me! Full-time, contract, whatever...shhh don't let my current employer know I said that.
Hey.
I have not checked any of the above answers but this is what I do to fix the problem.
Always create a project (New -> Project). Then, a console appears. After typing in the file name etc.
In the Target Type list box provided, choose EasyWin(.exe).
Platform should be set to Win 32. Under that, select GUI.
Under Frameworks, choose Class Library and OWL.
CLick the Advanced tab and choose .cpp node. Deselect .rd and .def nodes.
That should solve the problem, I hope.
Narayanan Srinivasan
coolie91@hotmail.com
Brothers and Sisters from India, if you have any recent news regarding F-1 to H-1B visa transfer, please e-mail me. Thanks.
Open a "Dos Prompt" console first, then run your program. This way your application is running within something and not by itself.
At this point, you can also right-click on the Window's title bar, go to properties, and uncheck "Close on exit". Apply this and then you can run your apps in future on their own.
Hope this helps.
I've just got Borland 5.02, and am learning C++. Can anyone tell me where I can get basic info on how to use Borland 5.02. It seems to be a very sophisticated tool.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.