News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 01 June 2009 build (5616) is out.

Started by killerbot, June 01, 2009, 11:33:47 AM

Previous topic - Next topic

ollydbg

@MartonMacfly
Ok, I understand.

Did you mean that "the patch tracker" == http://developer.berlios.de/patch/?group_id=5358
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Dark_Phoenix

Hello all.

Came across something interesting, not sure if this is a bug or not but here it is.  It's been a little over a week since I have been able to work on my current project.  When I loaded C::B this morning and loaded me project up I found that several of my .h and .cpp files were no longer part of the project.  There was another file that reverted back to an earlier version and thought I lost all my new work but found that it was saved under file.cpp.save (I assume this is how the auto save feature filenames work) so I was able to just copy and paste to get this part back, but I had to add the other files back to the project.  This is the only time this has happened to me in the two years I have been using C::B.

Not sure what other info you might need so just let me know.  I am using nightly 5616 and windows XP.

Jenna

Sounds like C::B was closed withoout saving files.
Did you accidently shut down your system without closing C::B ?

Or do you have any crash reports in the directory, where the C::B executable is ?
Should be named "codeblocks.rpt", if I remember right.

Or are there remaining *.cbTemp-files along the original files of your project ?

Dark_Phoenix

there are no *.cbTemp files

Nothing in the crash report

I am always very careful about saving my work, although I do have a bad habit of leaving C::B running, sometimes for days at a time, without using it.  Possible the power could have flashed causing the computer to reboot while C::B was running.

Perhaps I just need to start saving and exiting when I leave the computer...?

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]