Author Topic: The 01 June 2009 build (5616) is out.  (Read 74988 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 01 June 2009 build (5616) is out.
« Reply #45 on: June 18, 2009, 12:02:39 pm »
@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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 01 June 2009 build (5616) is out.
« Reply #46 on: June 18, 2009, 01:18:38 pm »
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 Dark_Phoenix

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 01 June 2009 build (5616) is out.
« Reply #47 on: June 20, 2009, 02:38:52 pm »
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 01 June 2009 build (5616) is out.
« Reply #48 on: June 20, 2009, 03:34:27 pm »
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 ?

Offline Dark_Phoenix

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 01 June 2009 build (5616) is out.
« Reply #49 on: June 20, 2009, 03:53:04 pm »
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...?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 01 June 2009 build (5616) is out.
« Reply #50 on: June 20, 2009, 05:06:50 pm »
You can use the autosave plugin :)
(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!]