Author Topic: DO NOT USE wxWidgets version 2.8.5  (Read 11815 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
DO NOT USE wxWidgets version 2.8.5
« on: August 29, 2007, 02:57:18 am »
FYI:

They just updated the wxWidgets to version 2.8.5 in SVN; no idea if it builds or not.

Tim S

04-Sep-2007
http://biolpc22.york.ac.uk/pub/2.8.5/
« Last Edit: September 25, 2007, 06:37:43 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline patlecat

  • Multiple posting newcomer
  • *
  • Posts: 62
Re: wxWidgets updated to version 2.8.5 in SVN
« Reply #1 on: August 29, 2007, 11:55:03 am »
Great what are the main changes? And what's with v2.9? Any news on that?

The wxWidget website is of no use for informations on the development of wxWidgets :(


Offline patlecat

  • Multiple posting newcomer
  • *
  • Posts: 62
Re: wxWidgets updated to version 2.8.5 in SVN
« Reply #3 on: August 30, 2007, 02:23:28 pm »
And for when can we expect Version 2.9 and 2.8.5 to be released?

I haven't read anything about Vista support, what's the status on it?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: wxWidgets updated to version 2.8.5 in SVN
« Reply #4 on: August 30, 2007, 02:30:22 pm »
And for when can we expect Version 2.9 and 2.8.5 to be released?

I haven't read anything about Vista support, what's the status on it?

No idea on 2.9.0.

I would guess less than a month for 2.8.5; since they updated the version and have started RC tests on it.

Once they put up a RC on sourceforge.net the release is in about 1 to 2 weeks.
http://sourceforge.net/project/showfiles.php?group_id=9863

Tim S
« Last Edit: August 30, 2007, 02:33:25 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: wxWidgets updated to version 2.8.5 in SVN
« Reply #5 on: August 30, 2007, 11:41:18 pm »
Quote
Hi, I found a couple of 2.8.4 and comitted them, and did a rc4 release
http://biolpc22.york.ac.uk/pub/2.8.5-rc4/

I intend to do 2.8.5 for real on Monday

chris

From gmane.comp.lib.wxwidgets.devel

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: wxWidgets updated to version 2.8.5 in SVN
« Reply #6 on: September 10, 2007, 05:52:55 pm »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets updated to version 2.8.5
« Reply #7 on: September 10, 2007, 06:12:43 pm »
I'm facing a problem with wx-2.8.5. :(

Recently I replaced OpenSUSE with Fedora Core 7 in my work pc. So I downloaded wx-2.8.5 from York mirror (6th September 2007 one) and compiled C::B with it.

Now the editor window is half-filled with line number. And I've to work on the right half of the editor window. It's really an annoying one. Can anyone confirm this??

Quote
https://developer.berlios.de/bugs/?func=detailbug&bug_id=11920&group_id=5358

I can post a screenshot of this stupid bug tomorrow. :)
Be a part of the solution, not a part of the problem.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets updated to version 2.8.5
« Reply #8 on: September 11, 2007, 08:29:03 am »
Here is the screenshot of the problem I'm facing.

Be a part of the solution, not a part of the problem.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: wxWidgets updated to version 2.8.5
« Reply #9 on: September 11, 2007, 08:46:20 am »
Here is the screenshot of the problem I'm facing.

Have you tried changing the margin width in editor settings?
Be patient!
This bug will be fixed soon...

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets updated to version 2.8.5
« Reply #10 on: September 11, 2007, 09:16:33 am »
Here is the screenshot of the problem I'm facing.

Have you tried changing the margin width in editor settings?

No I didn't.

And changing the margin width solved it. Thanks a lot. :D
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: wxWidgets updated to version 2.8.5
« Reply #11 on: September 11, 2007, 11:46:23 am »
darn, juist build wx dll, then rebuild CB --> error on startup.

The procedure entry point _ZN13wxAuiNotebook7SetFontERK6wxFont could not be located in the wxmsw28u_gcc_cb.dll

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets updated to version 2.8.5
« Reply #12 on: September 11, 2007, 12:06:50 pm »
darn, juist build wx dll, then rebuild CB --> error on startup.

The procedure entry point _ZN13wxAuiNotebook7SetFontERK6wxFont could not be located in the wxmsw28u_gcc_cb.dll

wx-2.8.4 dll is being loaded instead of wx-2.8.5 dll. I faced this problem. But after I removed all traces of wx-2.8.4 dll from path, it went away. :)
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: wxWidgets updated to version 2.8.5
« Reply #13 on: September 11, 2007, 12:35:40 pm »
same thing, the copy from devel 'updated.bat -ed' to output ;-)

PS : line numbers stuff is ok for me

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets updated to version 2.8.5
« Reply #14 on: September 11, 2007, 01:00:37 pm »
same thing, the copy from devel 'updated.bat -ed' to output ;-)

PS : line numbers stuff is ok for me

That's bad. I've compiled wx-2.8.5 last night and it worked well. :)

Line number problem is a wxGTK bug. :)
Be a part of the solution, not a part of the problem.