81
General (but related to Code::Blocks) / Re: File Association?
« Last post by ampleintend on March 24, 2026, 09:34:43 am »The issue is that Windows is not passing the file path to Code::Blocks when you double-click.
Here is a quick fix I suggest:
Here is a quick fix I suggest:
- Go to Windows → Settings → Default apps → Choose default apps by file type.
Select the .c extension and set Code::Blocks as the default app; ensure that the command includes " %1" to open the file.
Alternatively, you can drag and drop the file into the IDE, or use "Open with" → Code::Blocks.
Recent Posts