From uVision4 project window I removed all c++ files from one of the file groups but the compiler still compiles the removed file. Why? I thought uVision4 compiler only compiles source files that are in the project window.
You are perhaps doing something wrong? I can't rule this out as a possibility.
Make sure the file is in no other groups, and isn't #included by anything else.
Your're correct! I was doing something wrong. The file was in different group.
Thank you!