Author Topic: Code blocks .cbp file will not associate with code blocks  (Read 19261 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Code blocks .cbp file will not associate with code blocks
« Reply #15 on: September 16, 2014, 01:32:27 am »
You might post which CB Installer you are using.

There are at least 3 for CB 13.12; of which I would guess one installs the association and one does not.
The third one I have no idea which way to guess.

Edit: Looks like the third type I remember was replaced by two other types.
The ones ending in nosetup.zip will NOT installs the association.

I would guess the ones with setup and without the nosetup would install the associations.

But, this is just a guess.

Tim S.
 
« Last Edit: September 16, 2014, 01:37:38 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Chay Hawk

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Code blocks .cbp file will not associate with code blocks
« Reply #16 on: September 16, 2014, 01:35:48 am »
I am using the codeblocks-13.12mingw-setup-TDM-GCC-481 version.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Code blocks .cbp file will not associate with code blocks
« Reply #17 on: September 16, 2014, 01:38:58 am »
I am using the codeblocks-13.12mingw-setup-TDM-GCC-481 version.

I would think it would install the associations; but, there is a lot of people on the web with file associations and Windows 8 questions.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Code blocks .cbp file will not associate with code blocks
« Reply #18 on: September 16, 2014, 06:35:04 am »
As far as I know it's C::B itself that registers the file-endings not a setup program.
You can try to (temporary) rename the folder the C::B exe is in (e.g. from CodeBlocks to CodeBlocks.tmp), and run C::B from explorer.
Now C::b should ask whether to associate it with some file-endings.
Chose yes (or whatever it's called exactly) and see if it helps.
Change the foldername back (after closing C::B) and run it again.
You should get the same question.

But if setting it explicitely from the "Settings"-dialog does not work, this might not work too.

Check for antivirus and other (programmers-)system breaking stuff, that might "protect" your registry from being changed.

Offline Chay Hawk

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Code blocks .cbp file will not associate with code blocks
« Reply #19 on: September 16, 2014, 03:56:11 pm »
That didnt work either. I guess i'll just have to live with it until i find a solution, there isn't really anything I can do :/
« Last Edit: September 16, 2014, 07:39:57 pm by Chay Hawk »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re:
« Reply #20 on: September 22, 2014, 07:53:57 pm »
What happens is you double click on the file in the explorer, choose the application to launch with and store this as default? This should result pretty much on the same thing what cb does.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Chay Hawk

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Code blocks .cbp file will not associate with code blocks
« Reply #21 on: September 23, 2014, 08:09:02 am »
I got it solved, I had to actually re install my OS because it was causing me tons of problems, so now everything is good. Thanks for the help though.