User forums > Announcements
Preparing Code::Blocks Release
stahta01:
--- Quote from: MortenMacFly on April 01, 2010, 07:28:09 am ---
--- Quote from: stahta01 on March 31, 2010, 04:08:22 pm ---The compilers you used in the past was broken or used Dwarf2; I have not tried lately to see if the issue still exists.
--- End quote ---
Usually every MinGW/GCC compiler released ships with its own version of exchndl.dll. So all you need to do is to use the same compiler for compiling wxWidgets and Code::Blocks and then ship the right version of the exchndl.dll. I am aware that we have an old version in the repo which is compatible for MinGW 3.4.5 only. For the release we will should use the right one. But I don't think we really need to compile this ourselves...?! :shock:
--- End quote ---
I do not think so; it took days to find the source code for exchndl.dll; maybe the next official MinGW release will have exchndl.dll; but, I doubt it. This support of the source code seems to have been dropped.
Tim S.
Dr.Optix:
I'm glad to see that a new stable version is going to be released.
Congrats to the developers!
ilcvm:
When you open two or more projects and there are some variable or function with the same name across different projects, the "Find declaration of " feature will return the wrong location or "not found" message sometime, even after you close the all the other projects. It will become normal when you restart CB with only one project.
ollydbg:
--- Quote from: ilcvm on April 07, 2010, 09:32:47 am ---When you open two or more projects and there are some variable or function with the same name across different projects, the "Find declaration of " feature will return the wrong location or "not found" message sometime, even after you close the all the other projects. It will become normal when you restart CB with only one project.
--- End quote ---
I guess this is an issue in CodeCompletion, but I have never meet this kind of problem.( because I always use only open one project at once :D).
When a project is closed, all the tokens belong to the closing project should be deleted. As in your case, these tokens were not deleted as expected, I think.
Smitty:
I seem to be having some trouble building the SVN version. I did a fresh "SVN update" last night, and still can't build because of some redefinition problem. I'm at work right now, but when I get home, I post the details.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version