51
Using Code::Blocks / Re: Codeblocks sometimes doesn't recompile a project if I changed something
« Last post by ollydbg on February 21, 2026, 04:12:36 am »Is the cpp file(for example, you have a a.cpp file) included in your cbp project file?
You may check the modified "timestamp" of the cpp file, because Code::Blocks use this time information to track whether the file get changed or not.
You may check the modified "timestamp" of the cpp file, because Code::Blocks use this time information to track whether the file get changed or not.
Recent Posts