I am working with the 'wxDev C++ 7.3.1.3' and found no answer to my following
problem:
When I press 'compile and run' and the compiler find's an error, he doesn't
show the line number, although the editor shows the lines (I turned it on
under 'tools'->'editor options->'display'->'line numbers').
The editor also doesn't jump to the line after the error and doesn't highlight
it red.
I am using Windows 7.
Does anybody have an idea for me?
I would be very glad!
Greetings,
lentiformis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am working with the 'wxDev C++ 7.3.1.3' and found no answer to my following
problem:
When I press 'compile and run' and the compiler find's an error, he doesn't
show the line number, although the editor shows the lines (I turned it on
under 'tools'->'editor options->'display'->'line numbers').
The editor also doesn't jump to the line after the error and doesn't highlight
it red.
I am using Windows 7.
Does anybody have an idea for me?
I would be very glad!
Greetings,
lentiformis
Hello,
as I don't know how to delete my own question and ask in a more precise way,
here it is:
I detected, that it is only the 'printf-command', who is afflicted:
When I write for example
print ("Hello World"); (and not 'printf')
the compiler detects the error and writes:
' undefined reference to `print'
but doesn't show the line and doesn't highlight the error line in the editor.
Does anybody know, why?
Best wishes,
lentiformis