Compile stops at Command Results
Posted: Sat Feb 23, 2002 11:40 pm
Need some help with a small but rather irritating problem. I installed Borland C++ Free Command Line Tools and it works fine with one exception. When I compile a program with no errors the Command Results produces this text:
C:\SourceCode\HelloWorld.cpp:
Tool completed successfully
and then stops there.
In contrast when I compile a Java-program with no errors the Command Results produces this text:
Tool completed successfully
and then jumps back to the source code which I think is the desired behavior.
In both the Java and C++ case it works fine to jump to the line of error by double clicking on the error message when the compile is not succesful.
It seems to me that the echoing of the source code filename is the thing that stops TextPad from returning to the source code. Maybe TextPad will return only if Command Results produces an empty page, apart from the "Tool completed successfully" message which is produced by TextPad itself. But this is only guess work on my part.
Anyone who can help me with this ?
C:\SourceCode\HelloWorld.cpp:
Tool completed successfully
and then stops there.
In contrast when I compile a Java-program with no errors the Command Results produces this text:
Tool completed successfully
and then jumps back to the source code which I think is the desired behavior.
In both the Java and C++ case it works fine to jump to the line of error by double clicking on the error message when the compile is not succesful.
It seems to me that the echoing of the source code filename is the thing that stops TextPad from returning to the source code. Maybe TextPad will return only if Command Results produces an empty page, apart from the "Tool completed successfully" message which is produced by TextPad itself. But this is only guess work on my part.
Anyone who can help me with this ?