User forums > Nightly builds

The 02 October 2007 build will NOT be out.

<< < (2/4) > >>

byo:

--- Quote from: thomas on October 02, 2007, 08:07:19 pm ---No day without Grom trolling for either release, lack of commits, roadmap, Code::Blocks being unpopular (in particular where does he get that idea from?) or something related to wxSmith.
Chill out, ignore it :)

--- End quote ---

Hopefully Grom didn't make me stop coding so far and I'm not so stupid to stop now ;) But to be honest it's really uncomfortable to work when someone is forcing us to work faster. Jay it's free software, "free as in freedom".

BTW. Grom, I don't understand one thing. You forced me to include wxGrid support in wxSmith. I've found recently huge bug which caused wxGrid's event to be useless. Have you ever used wxGrid or was this only a test to find out if I'll fulfil your wishes? I don't believe that someone who used wxGrid didn't notice such mistake.

BYO

Jan van den Borst:
By the way...
Did you know that Grom means roar in dutch?
Jan

stahta01:
@Byo

SVN 4504

The file wxsitem.h include the file wxsflags.h.
I can not find the file wxsflags.h, where should it be?

Thank You for the hard work.

Tim S

killerbot:
compiled on linux -> same issue

Howard:
If a project uses a compiler name (say "Ruby") then the compiler is renamed  to (say "Ruby Interpreter"), when loading the project, CB will crash in line 590 of cbprojects.cpp because the pointer compiler==0;

The code needs somethine like:

   Compiler* compiler = CompilerFactory::GetCompiler(GetCompilerID());
   if (!compiler) compiler = CompilerFactory::GetCompiler(0);
   bool isResource = FileTypeOf(filename) == ftResource;
   const CompilerTool& tool = compiler->GetCompilerTool(isResource ? ctCompileResourceCmd : ctCompileObjectCmd, fname.GetExt());

to avoid the crash.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version