News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Procedure entry point problem

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

Previous topic - Next topic

jmccay

#15
Quote from: mandrav on January 10, 2006, 10:53:32 AM
QuoteThe Error:
...

As mentioned above, you have probably contrib plugins which you haven't rebuilt. Rebuild the "ContribPlugins.workspace"...

Ok.  I found it and I will compile it.

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.

jmccay

One question.  When setting up the cb variable what do you use?  I used:

based:
C:\development\projects\codeblock\codeblocks\src {src directory in my sandbox}

include:
C:\development\projects\codeblock\codeblocks\src\sdk

lib:
C:\development\projects\codeblock\codeblocks\src\devel

objs:
C:\development\projects\codeblock\codeblocks\src\.objs

Is this correct?  Also, could the above lib directory be done:
<base>\devel

If not, what about just \devel for the short?

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.

Pecan

#17
If you're talking about Settings->Global variables
I set cb  to:
C:\.....\trunk\src
and wx to C:\......\wxWidgets262
leaving the rest blank. They take care of themselves.

If you set those global variables to the correct directories,
all other info needed is in the .cbp files.
Open 'em build 'em, have a beer.
Dont forget to build the contrib.workspace. And dont
forget to delete .dll(s) that are not built by the contrib from
...\trunk\src\devel\share\CodeBlocks\plugins\ and
...\trunk\src\devel\share\CodeBlocks\plugins\ if they exists.
Leaving local DLL(s) in there will cause the same problems as
discussed above.

Then I run update.bat from the ....trunk\src directory

I then run \src\output\codeblocks.exe and it tells me
which wxWidget lib I'm missing.
I then copy the wxwidgets lib to the \src\output and
\src\devel directory

I then run \src\output\codeblocks.exe again, and it tells
me I'm missing the mingw lib. I do the copies for that.

On the next run, off I go.....

pecan

jmccay

It seems to be compiling fine now.  I didn't remove all the Unicode references, and then I forgot to rebuild.  I think, if you do a rebuild, it cleans up all those dlls.  Some else out there whose more experienced compiling C::B, am I right?

Everything compiled and it seems to run fine.  Yipee!!!!  Thank you everyone.

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.

Pecan

Doing a rebuild does *not* clean out local plugins
from the /devel and /output plugin directories.

I have to do it manually. Else I end up with previous
versioned plugins of cbDragScroll and other non
svn distributed (local/user) plugins.

It occasionally causes much consternation when I'm having
a senior moment.

pecan

280Z28

Quote from: Pecan on January 12, 2006, 07:05:56 PM
Doing a rebuild does *not* clean out local plugins
from the /devel and /output plugin directories.

I have to do it manually. Else I end up with previous
versioned plugins of cbDragScroll and other non
svn distributed (local/user) plugins.

It occasionally causes much consternation when I'm having
a senior moment.

pecan


I think that's the proper action -- only deleting files that were created by the specific target you are cleaning/rebuilding. But yes, you do have to be careful :)
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

mandrav

Hey all, don't you think it's about time to stop talking about irrelevant problems in this topic? It has reached 12 pages (!)...
Be patient!
This bug will be fixed soon...

rickg22

Done, welcome to the troubleshooting forum! :lol: