I'm having a C++ problem:
Once changed the code, I hit "Run" and it didn't re-complie all of the files
in my project and link a "fresh" executable instead it used old files and
old code. So I decided (after "Project->Clean..." didn't help) to delete
the existing executable and so to force a rebuild.
I ereased the "C/C++ application" field in the run configuration but still,
when i hit run it complains "An internal error occurred
during: "Launching"." and gives me a whole bunch of errors. How can I get
it to build me executable again and how can i force a complete build?
Thanks, help is much appreciated!
Ron