News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Procedure entry point problem

Started by killerbot, January 06, 2006, 07:25:31 PM

Previous topic - Next topic

killerbot

A few days ago, I had problems building on my laptop (see this thread higher up, with the resouce compiler and includes), I deleted my dfault.conf, and now I can build it again, that's the good news.

But when todays build (rev 1664) starts up I get the following message boxes (7 or 8 times) :
The procedure entry point _ZN7Manager3GetEP7wxFrameP10wxNotebookP8wxWindow could not be located in the dynamic link library codeblocks.dll. And I have done the update.bat (so did no forget that one).
Any ideas on what could have gone wrong this time ???

Lieven

rickg22


mandrav

Quote from: Ceniza on January 06, 2006, 06:12:28 PM
The evil bug attacks again!

Try this: in the messages dock select "Build log", close Code::Blocks and open it again. Now "Build log" will be the first tab and 3 (Code::Blocks, Code::Blocks Debug and Search Results) will be "hidden".

Fixed.

Quote from: killerbot on January 06, 2006, 07:25:31 PMAny ideas on what could have gone wrong this time ???

When the SDK changes, make sure you build the contrib plugins with it ;)
(these are debug messages when trying to load the contrib plugins which are linked with an older codeblocks.dll)
Be patient!
This bug will be fixed soon...

killerbot

thanks Yiannis, I just remembered myself.

eranif

Mandrav,

From reading here - I see that some bug are poping up and being fixed by you (or others) can you please update the CVS with the bug fixes? So other people will get the fixes as well?

Thanks in advance,
Eran

mandrav

Quote from: eranif on January 06, 2006, 09:39:26 PM
Mandrav,

From reading here - I see that some bug are poping up and being fixed by you (or others) can you please update the CVS with the bug fixes? So other people will get the fixes as well?

Thanks in advance,
Eran


Sure Eran.
I just want to show you the changes first. You know your code better and maybe spot a bug in the fix ;)
Be patient!
This bug will be fixed soon...

eranif

Ok,

Can you please point me to the updated sources? I will do the merge and will update the CVS

Eran

mandrav

Quote from: eranif on January 07, 2006, 10:50:24 AM
Ok,

Can you please point me to the updated sources? I will do the merge and will update the CVS

Eran

http://svn.berlios.de/wsvn/codeblocks/trunk/src/sdk/wxFlatNotebook/?rev=0&sc=0

There you will find the latest sources. The file cb_wxfn.patch contains the differences from wxFlatNotebook-CVS to the version in our repository.
If you need any help or clarification, PM me :)
Be patient!
This bug will be fixed soon...

kkez

#8
There's a bug in the tabs position ("Tabs at top" and "Tabs at bottom" options from the popup menu you get by right clicking a tab): "tabs at top" option sets the tabs at bottom when they're on top.

mandrav

Quote from: kkez on January 08, 2006, 02:26:53 PM
There's a bug in the tabs position ("Tabs at top" and "Tabs at bottom" options from the popup menu you get by right clicking a tab): "tabs at top" option sets the tabs at bottom when they're on top.

Thanks, fixed at rev1685.
Be patient!
This bug will be fixed soon...

jmccay

#10
I am getting that error.  I just did an update today.  I tried the selecting build log and closing it (assuming code::blocks), and I still get the error multiple times.

Any sugestions?  Should I apply the patch?  If so, from what directory should I apply it from (using tortoiseSVN).

jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

mandrav

QuoteI still get the error multiple times

What error are you talking about?
Be patient!
This bug will be fixed soon...

jmccay

#12
The Error:

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

Version: Version 1.0 revision 1699 (gcc 3.4.4 Windows/ANSI, build: Jan 9 2006 21:12:39)
wxWidgets 2.6 (same as one used for builds by on of the people).
Nothing was generated in the codeblocks.rpt

The last time I built codeblocks from the svn myself it did work.  Unfortunately, I don't remember when I did the compiling becuase I didn't bother to save it (stupid me).

jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

mandrav

QuoteThe Error:
...

As mentioned above, you have probably contrib plugins which you haven't rebuilt. Rebuild the "ContribPlugins.workspace"...
Be patient!
This bug will be fixed soon...

Pecan

#14
I also get messages like this when I've mixed together plugin compilations
of unicode/ANSI, __WXDEBUG__ and non __WXDEBUG__
modules etc.

When I stop, breath, check all my .cbp(s) all works well again.

thanks
pecan