User forums > Nightly builds

The 10 august 2007 build (4365) is out.

<< < (2/5) > >>

Zini:
I am experiencing a crash with 4365 on WinXP SP2:

- add another shortcut to »File -> Close file« (Ctrl-F2).
- open a source file
- use the new shortcut to close it
- crash (actually Code::Block locks up, so I have to terminate it)

This does not happen, if I remove the original shortcut for »Close file«.

And another one: When I start Code::Blocks and close it again immediately, I get a »The layout 'Code::Blocks default' has changed. Do you want to save it.« dialogue. Not exactly a major problem, but still illogical.

btw. I lost a part of the configuration when migrating from 3816 to 4365 (all the shortcuts and some view settings). Is that suppose to happen?

MortenMacFly:

--- Quote from: Zini on August 12, 2007, 09:53:27 am ---- add another shortcut to »File -> Close file« (Ctrl-F2).
- open a source file
- use the new shortcut to close it
- crash (actually Code::Block locks up, so I have to terminate it)

--- End quote ---
Please send a note to Pecan (maybe a PM) in case he doesn't read this.
With regards, Morten.

Digited:
1. There's a small problem I've found from the first use... last automn, maybe. If you add some sort of a readme.txt to project and try to open it in c::b, it freeses the application forever until a rough work cancelling from os. I'm working under winXP sp2...

2. Erm... Can you add an easy renaming of files and virt folders inside c::b? Now we have to remove files from project, rename them in os, and then add in project with their new names. And renaming a virtual folder means you must delete it and create new, with required name.

3. There's absolutely no fun in opening visual studio projects and solutions in c::b - virtual folders are not copied, and we spend our time again and again in ordering lots of files to virt folders back.

Maybe I could fix smthn from 1-3 myself, if someone'll pinpoint, where to look in c::b's source code (and then post fixes'code here, if successed)

p.s An incredibly big thanx and respect to all c::b team for making and improving such a useful and cool c++ cross-platform ide!

joachim:
Build fail on sdk/configmanager-revision.cpp (svn 4365)
Build succeed when I back to 31th of July (svn 4338)

I can make 4365 build by backing sdk/configmanager-revision.cpp to revision 4205.

Seems like svnRevision and svnDate is missing in the autorevision namespace
The compiler says:

C:\Proj\CodeBlocks\src\sdk\configmanager-revision.cpp:17: error: `svnRevision' is not a member of `autorevision'
C:\Proj\CodeBlocks\src\sdk\configmanager-revision.cpp:27: error: `svnDate' is not a member of `autorevision'
:: === Build finished: 2 errors, 0 warnings ===


Hope you can spread some light

Cheers Joachim


First revision 4205 (It compiles)


wxString ConfigManager::GetRevisionString()
{
 :lol:    return wxString(wxT(SVN_REVISION));
}


wxString ConfigManager::GetSvnDate()
{
   :lol:  return wxString(wxT(SVN_DATE));
}




This code fails: (4365)

wxString ConfigManager::GetRevisionString()
{
  :(   return autorevision::svnRevision;
}


wxString ConfigManager::GetSvnDate()
{
  :(   return autorevision::svnDate;
}



Oooh, I'm on Windows Vista

Ceniza:
Remove src/include/autorevision.h and try again.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version