Author Topic: codeblocks update problem  (Read 4969 times)

Offline pingor

  • Single posting newcomer
  • *
  • Posts: 4
codeblocks update problem
« on: July 31, 2009, 06:14:07 am »
After installing code::blocks(release 8.02),problem occurred when updated to SVN5716.When running C::B,a warning with yellow colour under right corner prompted:
one or more plugins were not loaded.
This usually happens when a plugin is bulit for a different version of the code::blocks SDK.



Have anyone met this problem?

thanks!

[attachment deleted by admin]

Offline vix

  • Multiple posting newcomer
  • *
  • Posts: 60
Re: codeblocks update problem
« Reply #1 on: July 31, 2009, 08:01:18 am »
If you're working under Windows, I think you have to completely uninstall the old 8.02 release before installing SVN5716 Nightly Build.
Yuo have also to download unicode windows wxWidget dll for Code::Blocks and place it into CodeBlocks folder.

If I understood, wxAUI integration into TRUNK requires a "fresh" installation

I hope this helps you

Offline pingor

  • Single posting newcomer
  • *
  • Posts: 4
Re: codeblocks update problem
« Reply #2 on: July 31, 2009, 10:56:09 am »
At first,thank you!

yes,I'm working under windows.
I have tried that as you said.But problem still exists.I tried to uninstalled C::B and re-installed it.The same problem also occurred when I installed the prevenient Nightly Build for C::B.
Could you explain me what's codeblocks SDK?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: codeblocks update problem
« Reply #3 on: July 31, 2009, 11:06:45 am »
At first,thank you!

yes,I'm working under windows.
I have tried that as you said.But problem still exists.I tried to uninstalled C::B and re-installed it.
Just uninstall C::B 8.02, then *unzip* a nightly build version.
Nightly version doesn't have a installer.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline pingor

  • Single posting newcomer
  • *
  • Posts: 4
Re: codeblocks update problem
« Reply #4 on: July 31, 2009, 11:17:55 am »
Thanks a lot!!!

problem was solved!
The cause is that I don't unzip the nightly build completely.