News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

DO NOT USE wxWidgets version 2.8.5

Started by stahta01, August 29, 2007, 02:57:18 AM

Previous topic - Next topic

stahta01

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/
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

patlecat

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 :(

rjmyst3

[url="http://wxformbuilder.org"]http://wxformbuilder.org[/url]

patlecat

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?

stahta01

#4
Quote from: patlecat 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?

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Biplab

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??

Quotehttps://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.

Biplab

Here is the screenshot of the problem I'm facing.

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

mandrav

Quote from: Biplab on September 11, 2007, 08:29:03 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...

Biplab

Quote from: mandrav on September 11, 2007, 08:46:20 AM
Quote from: Biplab on September 11, 2007, 08:29:03 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.

killerbot

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

Biplab

Quote from: killerbot 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

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.

killerbot

same thing, the copy from devel 'updated.bat -ed' to output ;-)

PS : line numbers stuff is ok for me

Biplab

Quote from: killerbot 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

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.