Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 20, 2006, 06:05:48 pm

Title: The 20 february 2006 build is out.
Post by: killerbot on February 20, 2006, 06:05:48 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 20 February 2006 build is out (renewed link !!!).
  - Windows : http://download.berlios.de/codeblocks/CB_20060220_rev2050_win32_.7z
  - Linux : not supported yet


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 20 february 2006 build is out.
Post by: Zingam on February 20, 2006, 07:58:22 pm
On start-up I get this greeting message:


Code::Blocks v1.0: codeblocks.exe - Entry Point Not Found
The procedure entry point _ZN8cbPlugin14NotImplementedERK8wxString could not be located in the dynamic link library codeblocks.dll
Title: Re: The 20 february 2006 build is out.
Post by: skirby on February 20, 2006, 08:40:12 pm
Same problem here  :(
Title: Re: The 20 february 2006 build is out.
Post by: yop on February 20, 2006, 08:43:33 pm
Probably some outdated plugin, that is still in your plugins directory?
Title: Re: The 20 february 2006 build is out.
Post by: tiwag on February 20, 2006, 09:29:29 pm
check the presence of
cbDragScroll.dll
and
DragScroll.dll
in the plugins folder ;-)

only the DragScroll.dll should be there
Title: Re: The 20 february 2006 build is out.
Post by: kkez on February 20, 2006, 10:35:59 pm
For me only DragScroll.dll exist, but still i get that error.

Btw, codeblocks crash when i start it without loading any plugin. From the call stack:
Quote
617F9B78  C:\Documents and Settings\Home\Documenti\Programmazione\CODEBLOCKS SVN\SVN\codeblocks.dll:617F9B78  _ZN15CompilerFactory11GetCompilerEj
61893DB3  C:\Documents and Settings\Home\Documenti\Programmazione\CODEBLOCKS SVN\SVN\codeblocks.dll:61893DB3  _ZN13ProjectLoader18GetValidCompilerIDERK8wxStringS2_
6188CFD1  C:\Documents and Settings\Home\Documenti\Programmazione\CODEBLOCKS SVN\SVN\codeblocks.dll:6188CFD1  _ZN13ProjectLoader16DoProjectOptionsEP12TiXmlElement
This should be related to the compiler plugin, looking at the call stack... infact it wasn't loaded when i tried to start codeblocks. Maybe compiler plugin should be (sort of) unloadable...

EDIT: why DragScoll plugin store its configuration settings in a ini file instead of the default.conf file?

Title: Re: The 20 february 2006 build is out.
Post by: thomas on February 20, 2006, 10:44:28 pm
That is "normal" behaviour, since loading a project requires at the very least the presence of the compiler plugin.
True, an application crash is not nice behaviour, no matter what. Maybe the compiler plugin should really be inalienably enabled by default. It simply makes no sense to disable it, and it crashes the application...
Title: Re: The 20 february 2006 build is out.
Post by: kkez on February 20, 2006, 10:52:32 pm
But if you disable it accidentally, then codeblocks crash and you cannot restore its enable state. And if one doesn't know how to restore it manually...

A plugin is made to be plugged or unplugged, but if you can't because the plugin is necessary, then it's better to integrate its code inside codeblocks itself :)
Title: Re: The 20 february 2006 build is out.
Post by: davereid20 on February 20, 2006, 11:49:31 pm
I cleaned out my Code::Blocks program folder except for my wxmsw26u_gcc_cb.dll and then uncompressed this build so that I wouldn't have any of the old plugins. I get the same error "Code::Blocks v1.0: codeblocks.exe - Entry Point Not Found..."  Maybe something in my Code::Blocks application data (default.conf) is causing this?
Title: Re: The 20 february 2006 build is out.
Post by: Acki on February 21, 2006, 12:05:11 am
Yes, I get the same error !!!

The procedure entry point _ZN8cbPlugin14NotImplementedERK8wxString could not be located in the dynamic link library codeblocks.dll

And I only have the DragScroll.dll in the plugin folder...
Title: Re: The 20 february 2006 build is out.
Post by: Trikko on February 21, 2006, 12:09:25 am
Yes, I get the same error !!!

The procedure entry point _ZN8cbPlugin14NotImplementedERK8wxString could not be located in the dynamic link library codeblocks.dll

And I only have the DragScroll.dll in the plugin folder...

Me too.
Title: Re: The 20 february 2006 build is out.
Post by: thomas on February 21, 2006, 12:10:19 am
Quote
Maybe something in my Code::Blocks application data (default.conf) is causing this?
That's very unlikely. The config does not store dll paths or dll names (at least mine does not).

Have you tried re-downloading the wx library from BerliOS? If that is the only common component, then maybe Lieven updated that one... who knows. In any case, it is a problem of incompatible dll versions, so one of the dlls must be outdated (now tell me which!).
Title: Re: The 20 february 2006 build is out.
Post by: Trikko on February 21, 2006, 01:01:59 am
Quote
Maybe something in my Code::Blocks application data (default.conf) is causing this?
That's very unlikely. The config does not store dll paths or dll names (at least mine does not).

Have you tried re-downloading the wx library from BerliOS? If that is the only common component, then maybe Lieven updated that one... who knows. In any case, it is a problem of incompatible dll versions, so one of the dlls must be outdated (now tell me which!).

I redownload all. C::B and DLLs... no way...
Title: Re: The 20 february 2006 build is out.
Post by: Pecan on February 21, 2006, 01:57:35 am
why DragScoll plugin store its configuration settings in a ini file instead of the default.conf file?

It's a contrib; not core, not sdk. I wouldn't guess that you want every
plugin polluting the conf file. That'd be a quick way to get a lot of
conf corruption.

thanks
pecan
Title: Re: The 20 february 2006 build is out.
Post by: dronT78 on February 21, 2006, 08:02:00 am
Quote
Code::Blocks v1.0: codeblocks.exe - Entry Point Not Found
The procedure entry point _ZN8cbPlugin14NotImplementedERK8wxString could not be located in the dynamic link library codeblocks.dll

deleting "wiz.dll" from plugins solve the problem
Title: Re: The 20 february 2006 build is out.
Post by: tiwag on February 21, 2006, 08:16:54 am
thanks for the info

from where was the wiz.dll coming - i don't have one in my directories
Title: Re: The 20 february 2006 build is out.
Post by: mandrav on February 21, 2006, 08:35:32 am
Ah, it's a WIP plugin which I sent to Lieven for testing. It seems he forgot to remove it ;)
Title: Re: The 20 february 2006 build is out.
Post by: MortenMacFly on February 21, 2006, 08:50:06 am
Ah, it's a WIP plugin which I sent to Lieven for testing. It seems he forgot to remove it ;)
...just being curious: What does "WIP" mean?! "Wery Interesting Plugin"?! ;-)
Morten.
Title: Re: The 20 february 2006 build is out.
Post by: takeshimiya on February 21, 2006, 09:00:38 am
Ah, it's a WIP plugin which I sent to Lieven for testing. It seems he forgot to remove it ;)
...just being curious: What does "WIP" mean?! "Wery Interesting Plugin"?! ;-)
Morten.

Work In Progress. :)
Title: Re: The 20 february 2006 build is out.
Post by: killerbot on February 21, 2006, 09:30:07 am
Everybody,

This was a screw up of mine, I builded last nightly on my laptop (normally I use my desktop machine at home), and there's a left over in the 7 zip from a test (the wiz.dll).
Just remove thet dll. I thought I cleaned it up, but apparently not. But I can assure, I have cleaned it up on my laptop now, so tonight there should be no problem.

I will adopt the nightly (will have a underscore at the end os the base name), where this dll will be out. So new downloaders won't suffer from it.

My apologies for sending you all out on a wild goose chase.
Lieven
Title: Re: The 20 february 2006 build is out.
Post by: mandrav on February 21, 2006, 09:41:25 am
I moved the discussion about wiz.dll here (http://forums.codeblocks.org/index.php?topic=2426.0).
Title: Re: WIP: Generic wizard plugin
Post by: MortenMacFly on February 21, 2006, 09:43:09 am
Curiosity satisfied now? ;)
Yep... this sounds... well... Whoohooo! You'll never stop shocking us with great news, don't you?! 8)
Morten.
Title: Re: The 20 february 2006 build is out.
Post by: skirby on February 21, 2006, 10:20:50 am
deleting "wiz.dll" from plugins solve the problem

thanks for the info, now it works very well  :D

Concerning the DDE problem (DDE bug : clicking in windows explorer on a CB registered file throws an error message box) , I previously wrote :
Quote
I don't know if it can be useful but I have noticed that the error message box only appear if the option "Show tips at startup" is checked. Uncheck this option and the problem disappear.

I done my test on three different PC (Windows 2000 and XP).
Each time I uncheck the option "Show tips at startup", the problem disappeared.

I hope it will be able to help you.
Title: Re: The 20 february 2006 build is out.
Post by: Trikko on February 21, 2006, 06:04:09 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 20 February 2006 build is out (renewed link !!!).
  - Windows : http://download.berlios.de/codeblocks/CB_20060220_rev2050_win32_.7z
  - Linux : not supported yet


Resolved Fixed:

[...]


I've download c::b snapshot for macos and i try it on mac os panther (10.3.9) on my brother's pc. It starts but exit immediatly without showing any window or message...

A. Fontana
Title: Re: The 20 february 2006 build is out.
Post by: dllmain on February 21, 2006, 06:10:17 pm
Quote
Code::Blocks v1.0: codeblocks.exe - Entry Point Not Found
The procedure entry point _ZN8cbPlugin14NotImplementedERK8wxString could not be located in the dynamic link library codeblocks.dll

deleting "wiz.dll" from plugins solve the problem

thanks!
Title: Re: The 20 february 2006 build is out.
Post by: killerbot on February 21, 2006, 06:26:30 pm
 8) how about using the new nightly (21 feb 2006)   8)
Title: Re: The 20 february 2006 build is out.
Post by: Conan Kudo on February 22, 2006, 12:15:15 am
8) how about using the new nightly (21 feb 2006)   8)

Why is it listed below this one?
Title: Re: The 20 february 2006 build is out.
Post by: Trikko on February 22, 2006, 12:36:15 am
8) how about using the new nightly (21 feb 2006)   8)

Why is it listed below this one?

Did you see this topic?

http://forums.codeblocks.org/index.php?topic=2427.0