Author Topic: Where is the source code for C::B 16.01?  (Read 3471 times)

Offline Cool Javelin

  • Multiple posting newcomer
  • *
  • Posts: 22
Where is the source code for C::B 16.01?
« on: May 11, 2019, 02:27:25 am »
I would like to work on the (in my opinion a bug) that places the object files in the wrong place.
Also similarly, showing a horrendously long file path in the project tree when the include file is outside the local folder.

So, I thought I would tackle looking at the source code and maybe modifying it.

I can download the latest version (17.21) or I can click the links for previous and the most recent version there is 13.12.

Can someone pleas send me a link to getting the 16.1 version?

Thanks, Mark.
My 1st computer was an IBM System 360. We used punch cards. God help us when the runner dropped the boxes on the way to the computer room.

Offline Cool Javelin

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: Where is the source code for C::B 16.01?
« Reply #1 on: May 11, 2019, 02:33:45 am »
Nevermind, After looking at the URL when on the Source Forge page, I note the version number. I replace 17.12 with 16.1 and remove everything else, and SF helps me weed it out.

But in case any one else wants it,

https://sourceforge.net/projects/codeblocks/files/Sources/16.01/

Mark.
My 1st computer was an IBM System 360. We used punch cards. God help us when the runner dropped the boxes on the way to the computer room.

Offline sodev

  • Regular
  • ***
  • Posts: 497
Re: Where is the source code for C::B 16.01?
« Reply #2 on: May 11, 2019, 04:05:28 am »
You can also check the svn repository and grab it from there, not sure though if its tagged or you need to figure out the revision from the log messages.

But anyway, why dont you just take trunk, will be much easier to integrate.