Author Topic: wxWidgets 2.6.4 is Out!  (Read 15007 times)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets 2.6.4 is Out!
« Reply #15 on: March 22, 2007, 06:01:09 am »
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: wxWidgets 2.6.4 is Out!
« Reply #16 on: March 22, 2007, 06:40:10 am »
download page is up to date, only the windows zip link is not correct
Quote
Current Stable Release: 2.8.2
Previous Stable Release: 2.6.4

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets 2.6.4 is Out!
« Reply #17 on: March 22, 2007, 07:39:33 am »
Ok, Now I can see updated download page and the problem. ;)

Edit 1: I've posted one email in the wx-dev mailing list stating this problem. Hopefully they will fix it soon. :)
« Last Edit: March 22, 2007, 07:43:59 am by Biplab »
Be a part of the solution, not a part of the problem.

surefire

  • Guest
Re: wxWidgets 2.6.4 is Out!
« Reply #18 on: March 24, 2007, 03:30:12 pm »
I am a beginner of C::B, and downloaded wxWidgets 2.8.3 tonight.  But I couldn't know how to use it.
 

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets 2.6.4 is Out!
« Reply #19 on: March 24, 2007, 07:27:07 pm »
You have downloaded wxWidgets source. You need to compile it first.

Then Fire up wxWidgets Project wizard (File > New > Project menu) and follow the instructions.

If you're still not sure, please start a new thread.
Be a part of the solution, not a part of the problem.

surefire

  • Guest
Re: wxWidgets 2.6.4 is Out!
« Reply #20 on: March 25, 2007, 01:05:48 am »
You have downloaded wxWidgets source. You need to compile it first.

Then Fire up wxWidgets Project wizard (File > New > Project menu) and follow the instructions.

If you're still not sure, please start a new thread.

Thank you!

I have compiled it successfully. Unfortunately,there ere some other errors. I have download The 21 March Nightly Build and update it correctly,but when I launch C::B ,it always notifies me that some plugin resource, such as cbprofiler.zip,compilergcc.zip,debugergdb.zip and pluginwizard.zip, not be found. Where can I get them?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets 2.6.4 is Out!
« Reply #21 on: March 25, 2007, 06:38:34 am »
They come with each nightly packages. I think you've overwritten the RC2 folder with a latest nightly or so.

Just wait for next nightly. It'll be released within a day. Download it and extract the contents to a new folder.

That would solve your problem.
Be a part of the solution, not a part of the problem.

surefire

  • Guest
Re: wxWidgets 2.6.4 is Out!
« Reply #22 on: March 25, 2007, 10:35:41 am »
They come with each nightly packages. I think you've overwritten the RC2 folder with a latest nightly or so.

Just wait for next nightly. It'll be released within a day. Download it and extract the contents to a new folder.

That would solve your problem.

no, somebody told me to overwritten the RC2 folder but I didn't . I just copied those Nightly Build files absent in my computer to the RC2 folder, then C::B raised those errors.

BTW: how to make it work correctly if I do extract the contents to a new folder? Thank you in advance!
« Last Edit: March 25, 2007, 10:42:20 am by surefire »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets 2.6.4 is Out!
« Reply #23 on: March 25, 2007, 10:47:54 am »
I just copied those Nightly Build files absent in my computer to the RC2 folder, then C::B raised those errors.

That's what I meant by overwriting. The main problem is RC2 is pretty old and there are couple of changes made to C::B's core. So uninstall RC2 files first before installing a newer nightly.
Be a part of the solution, not a part of the problem.

surefire

  • Guest
Re: wxWidgets 2.6.4 is Out!
« Reply #24 on: March 26, 2007, 06:41:26 am »
I'v uninstalled RC2,aha
Does it mean that I should install MinGW manually if I use Nightly Build ?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets 2.6.4 is Out!
« Reply #25 on: March 26, 2007, 07:25:23 am »
Yes! You need to install MinGW manually. And another point, if you face further problems, please start a new thread (post). Don't attach your queries to this post.
Be a part of the solution, not a part of the problem.

surefire

  • Guest
Re: wxWidgets 2.6.4 is Out!
« Reply #26 on: March 26, 2007, 10:33:16 am »
Yes! You need to install MinGW manually. And another point, if you face further problems, please start a new thread (post). Don't attach your queries to this post.

ok, thank you very much